From: Kevin Burke Date: Sun, 26 Oct 2014 19:46:23 +0000 (-0700) Subject: Note about read timeout errors and max_retries X-Git-Tag: v2.5.0~7^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2f3bdea8da5f4ba7f56d6a9dd4b2b5f414abf32;p=services%2Fpython-requests.git Note about read timeout errors and max_retries --- diff --git a/HISTORY.rst b/HISTORY.rst index 0d0d216..4e7903d 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**