Skip to content

Commit 0391180

Browse files
[HttpClient] use "idle" instead of "inactivity" when telling about the timeout option
1 parent 8ed60f2 commit 0391180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ private function addHttpClientSection(ArrayNodeDefinition $rootNode)
13481348
->info('A comma separated list of hosts that do not require a proxy to be reached.')
13491349
->end()
13501350
->floatNode('timeout')
1351-
->info('Defaults to "default_socket_timeout" ini parameter.')
1351+
->info('The idle timeout, defaults to the "default_socket_timeout" ini parameter.')
13521352
->end()
13531353
->scalarNode('bindto')
13541354
->info('A network interface name, IP address, a host name or a UNIX socket to bind to.')

0 commit comments

Comments
 (0)