Sha256: 6f398f78bfb108f60eb7829d92de006e494a1dc81078ab828528dec1ec6bbe98

Contents?: true

Size: 514 Bytes

Versions: 59

Compression:

Stored size: 514 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 were 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

59 entries across 59 versions & 1 rubygems

Version Path
httpx-0.21.0 doc/release_notes/0_18_3.md
httpx-0.20.5 doc/release_notes/0_18_3.md
httpx-0.20.4 doc/release_notes/0_18_3.md
httpx-0.20.3 doc/release_notes/0_18_3.md
httpx-0.20.2 doc/release_notes/0_18_3.md
httpx-0.20.1 doc/release_notes/0_18_3.md
httpx-0.20.0 doc/release_notes/0_18_3.md
httpx-0.19.8 doc/release_notes/0_18_3.md
httpx-0.19.7 doc/release_notes/0_18_3.md
httpx-0.19.6 doc/release_notes/0_18_3.md
httpx-0.19.5 doc/release_notes/0_18_3.md
httpx-0.19.4 doc/release_notes/0_18_3.md
httpx-0.19.3 doc/release_notes/0_18_3.md
httpx-0.19.2 doc/release_notes/0_18_3.md
httpx-0.19.1 doc/release_notes/0_18_3.md
httpx-0.19.0 doc/release_notes/0_18_3.md
httpx-0.18.7 doc/release_notes/0_18_3.md
httpx-0.18.6 doc/release_notes/0_18_3.md
httpx-0.18.5 doc/release_notes/0_18_3.md