Skip to content

Commit 3a70718

Browse files
authored
Update http client timeout option docs
1 parent e134083 commit 3a70718

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
@@ -1281,7 +1281,7 @@ timeout
12811281

12821282
**type**: ``float`` **default**: depends on your PHP config
12831283

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

0 commit comments

Comments
 (0)