Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8483842

Browse files
committed
Re-enable push support for HttpClient
1 parent27383a5 commit8483842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/HttpClient/CurlHttpClient.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ final class CurlHttpClient implements HttpClientInterface, LoggerAwareInterface
5555
*
5656
* @see HttpClientInterface::OPTIONS_DEFAULTS for available options
5757
*/
58-
publicfunction__construct(array$defaultOptions = [],int$maxHostConnections =6,int$maxPendingPushes =0)
58+
publicfunction__construct(array$defaultOptions = [],int$maxHostConnections =6,int$maxPendingPushes =50)
5959
{
6060
if (!\extension_loaded('curl')) {
6161
thrownew \LogicException('You cannot use the "Symfony\Component\HttpClient\CurlHttpClient" as the "curl" extension is not installed.');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp