mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #1579 from yang/patch-1
Clarify timeout behavior in quickstart doc
This commit is contained in:
@@ -390,8 +390,10 @@ seconds with the ``timeout`` parameter::
|
||||
|
||||
.. admonition:: Note
|
||||
|
||||
``timeout`` only affects the connection process itself, not the
|
||||
downloading of the response body.
|
||||
``timeout`` is not a time limit on the entire response download;
|
||||
rather, an exception is raised if the server has not issued a
|
||||
response for ``timeout`` seconds (more precisely, if no bytes have been
|
||||
received on the underlying socket for ``timeout`` seconds).
|
||||
|
||||
|
||||
Errors and Exceptions
|
||||
|
||||
Reference in New Issue
Block a user