Note about read timeout errors and max_retries
authorKevin Burke <kev@inburke.com>
Sun, 26 Oct 2014 19:46:23 +0000 (12:46 -0700)
committerKevin Burke <kev@inburke.com>
Sun, 26 Oct 2014 19:46:23 +0000 (12:46 -0700)
HISTORY.rst

index 0d0d216d5505a3ef879c63a0a54fb2c9044d1900..4e7903dd9d69135fc619f745ffcec713ef98909f 100644 (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**