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.
2 commit comments
quinnj commentedon Jun 20, 2022
@JuliaRegistrator register()
JuliaRegistrator commentedon Jun 20, 2022
Registration pull request created: JuliaRegistries/General/62724
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: