summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Burke <kev@inburke.com>2014-10-26 12:46:23 -0700
committerKevin Burke <kev@inburke.com>2014-10-26 12:46:23 -0700
commitf2f3bdea8da5f4ba7f56d6a9dd4b2b5f414abf32 (patch)
tree1f25bee0594884366b685481b3834013015a1b5e
parentbe805f942ea5286e4b6b5c899d96e8cb9e76e66c (diff)
downloadpython-requests-f2f3bdea8da5f4ba7f56d6a9dd4b2b5f414abf32.tar.gz
Note about read timeout errors and max_retries
-rw-r--r--HISTORY.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 0d0d216d..4e7903dd 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -49,6 +49,8 @@ Release History
**Behavioral Changes**
- ``Connection: keep-alive`` header is now sent automatically.
+- Read timeout errors will no longer be retried when you create a Session with
+ ``max_retries`` greater than zero.
**Improvements**