14
0

- update to 2.0.2:

* Fixed ``HTTPResponse.stream()`` to continue yielding bytes if
    buffered decompressed data was still available to be read
    even if the underlying socket is closed. This prevents
    a compressed response from being truncated.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=156
This commit is contained in:
2023-05-14 12:37:31 +00:00
committed by Git OBS Bridge
parent 927c3f301e
commit 27eb919afe
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun May 14 12:37:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.0.2:
* Fixed ``HTTPResponse.stream()`` to continue yielding bytes if
buffered decompressed data was still available to be read
even if the underlying socket is closed. This prevents
a compressed response from being truncated.
-------------------------------------------------------------------
Wed May 10 07:26:42 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>