You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix some issues with automatic gzip decompression (#861)
This plugs a buffer stream in between the decompressor stream and the
"user" stream. This make sure that (i) the correct number of bytes is
read from the http stream and thus decoded (fixes#859) and (ii) that we
can read the http stream in chunks instead of byte-by-byte (the previous
code even warns about this usage).
Fixes#859.
0 commit comments