diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 2ff0c7dfbf..41708ca516 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -1094,7 +1094,8 @@ hang for minutes or more. The **connect** timeout is the number of seconds Requests will wait for your client to establish a connection to a remote machine (corresponding to the -`connect()`_) call on the socket. It's a good practice to set connect timeouts +`connect()`_) call on the socket. The connect timeout also includes the time +to send the request body. It's a good practice to set connect timeouts to slightly larger than a multiple of 3, which is the default `TCP packet retransmission window `_.