summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Michael Larson <sethmichaellarson@gmail.com>2022-11-18 20:15:06 -0600
committerBastian Venthur <mail@venthur.de>2022-11-20 21:40:22 +0100
commit9aa7bb33df45987be0d1c0af5867255cc11a7841 (patch)
tree97b80b02b48fce95e12608e7a1042adf27b32cb8
parent4acccf76c2892e80aebb5840f7de1460a4c64a61 (diff)
downloadurllib3-9aa7bb33df45987be0d1c0af5867255cc11a7841.tar.gz
Update 2800.bugfix.rst
-rw-r--r--changelog/2800.bugfix.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog/2800.bugfix.rst b/changelog/2800.bugfix.rst
index 9dcf1eec..3791a72d 100644
--- a/changelog/2800.bugfix.rst
+++ b/changelog/2800.bugfix.rst
@@ -1 +1,2 @@
-Prevented issue in HTTPResponse().read() when decoded_content is True and then False. \ No newline at end of file
+Fixed a potential data loss scenario when using ``HTTPResponse.read()`` with ``decode_content=True``
+and then subsequently calling the method with ``decode_content=False``.