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