projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be805f9
)
Note about read timeout errors and max_retries
author
Kevin Burke
<kev@inburke.com>
Sun, 26 Oct 2014 19:46:23 +0000
(12:46 -0700)
committer
Kevin Burke
<kev@inburke.com>
Sun, 26 Oct 2014 19:46:23 +0000
(12:46 -0700)
HISTORY.rst
patch
|
blob
|
history
diff --git
a/HISTORY.rst
b/HISTORY.rst
index 0d0d216d5505a3ef879c63a0a54fb2c9044d1900..4e7903dd9d69135fc619f745ffcec713ef98909f 100644
(file)
--- 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**