We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 344b487 + a6bfdff commit 4150a00Copy full SHA for 4150a00
integrations/symfony-bundle.rst
@@ -161,8 +161,6 @@ show how you configure factory classes using Guzzle:
161
uri_factory: Http\Message\UriFactory\GuzzleUriFactory
162
stream_factory: Http\Message\StreamFactory\GuzzleStreamFactory
163
164
-
165
166
Configure Clients
167
`````````````````
168
@@ -184,8 +182,10 @@ services.
184
182
acme:
185
183
factory: 'httplug.factory.curl'
186
config:
+ # timeout if connection is not established after 4 seconds
187
CURLOPT_CONNECTTIMEOUT: 4
188
- CURLOPT_SSL_VERIFYHOST: false
+ # throttle sending data if more than ~ 1MB / second
+ CURLOPT_MAX_SEND_SPEED_LARGE: 1000000
189
190
.. code-block:: php
191
0 commit comments