Skip to content

Commit 37e7b5d

Browse files
committed
minor #32928 [HttpClient] use "idle" instead of "inactivity" when telling about the timeout option (nicolas-grekas)
This PR was merged into the 4.3 branch. Discussion ---------- [HttpClient] use "idle" instead of "inactivity" when telling about the timeout option | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - I feel like this might be easier to understand. This is also the word I used in the doc. Commits ------- d2c4bf0da8 [HttpClient] use "idle" instead of "inactivity" when telling about the timeout option
2 parents b6ad69f + 0391180 commit 37e7b5d

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)