From 3a70718236a75ad94fa43150e75888f03f79baee Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 11 Feb 2025 13:12:53 +0100 Subject: [PATCH] Update http client timeout option docs --- reference/configuration/framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 4432563f597..6d6f9b009f6 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -1281,7 +1281,7 @@ timeout **type**: ``float`` **default**: depends on your PHP config -Time, in seconds, to wait for a response. If the response takes longer, a +Time, in seconds, to wait for network activity. If the connection is idle for longer, a :class:`Symfony\\Component\\HttpClient\\Exception\\TransportException` is thrown. Its default value is the same as the value of PHP's `default_socket_timeout`_ config option.