Note about read timeout errors and max_retries

This commit is contained in:
Kevin Burke
2014-10-26 12:46:23 -07:00
parent be805f942e
commit f2f3bdea8d
+2
View File
@@ -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**