Skip to content

Commit 149a8fa

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: Update http client timeout option docs
2 parents 43864cc + a8cb450 commit 149a8fa

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
@@ -1261,7 +1261,7 @@ timeout
12611261

12621262
**type**: ``float`` **default**: depends on your PHP config
12631263

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

0 commit comments

Comments
 (0)