Fixes a regression in the 2.6.x series:
- Fixed HTTPResponse.read_chunked() to properly handle leftover data in the
decoder's buffer when reading compressed chunked responses
https://github.com/urllib3/urllib3/releases/tag/2.6.2
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 974b5ce907)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>