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.
1 parent 8ed60f2 commit 0391180Copy full SHA for 0391180
DependencyInjection/Configuration.php
@@ -1348,7 +1348,7 @@ private function addHttpClientSection(ArrayNodeDefinition $rootNode)
1348
->info('A comma separated list of hosts that do not require a proxy to be reached.')
1349
->end()
1350
->floatNode('timeout')
1351
- ->info('Defaults to "default_socket_timeout" ini parameter.')
+ ->info('The idle timeout, defaults to the "default_socket_timeout" ini parameter.')
1352
1353
->scalarNode('bindto')
1354
->info('A network interface name, IP address, a host name or a UNIX socket to bind to.')
0 commit comments