Sha256: 112a34cf8a63c5c685309c8ad6a95aa406f047bc7188d49fae98ae2bafef0366
Contents?: true
Size: 515 Bytes
Versions: 2
Compression:
Stored size: 515 Bytes
Contents
# 0.18.3 ## Bugfixes * request bodies eager-loaded from enumerables yield duped partial chunks. An error was observed while looking at webmock integration, where requests formed via the multipart plugin where returning an empty string as body. The issue was caused by an optimization on multipart encoder, which reuses the same buffer when reading chunks. Unfortunately, these cannot be yielded the same way via IO.copy_stream, as the same (cleared) buffer will be used to generate the eager-loaded body chunks.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
httpx-0.18.4 | doc/release_notes/0_18_3.md |
httpx-0.18.3 | doc/release_notes/0_18_3.md |