From f2f3bdea8da5f4ba7f56d6a9dd4b2b5f414abf32 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Sun, 26 Oct 2014 12:46:23 -0700 Subject: [PATCH] Note about read timeout errors and max_retries --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) 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** -- 2.34.1