Skip to content

Commit a8cb450

Browse files
committed
minor #20647 Update http client timeout option docs (Seldaek)
This PR was merged into the 6.4 branch. Discussion ---------- Update http client timeout option docs cc `@nicolas`-grekas Commits ------- 3a70718 Update http client timeout option docs
2 parents cae952b + 3a70718 commit a8cb450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ timeout
12971297

12981298
**type**: ``float`` **default**: depends on your PHP config
12991299

1300-
Time, in seconds, to wait for a response. If the response takes longer, a
1300+
Time, in seconds, to wait for network activity. If the connection is idle for longer, a
13011301
:class:`Symfony\\Component\\HttpClient\\Exception\\TransportException` is thrown.
13021302
Its default value is the same as the value of PHP's `default_socket_timeout`_
13031303
config option.

0 commit comments

Comments
 (0)