httpx/sig/transcoder
HoneyryderChuck b26313d18e request body: fixed handling of files as request body
there's a bug (reported in https://bugs.ruby-lang.org/issues/21131) with IO.copy_stream, where yielded duped strings still change value on subsequent yields, which breaks http2 framing, which requires two yields at the same time in the first iteration. it replaces it with #read calls; file handles will now be closed once done streaming, which is a change in behaviour
2025-02-14 00:16:53 +00:00
..
2024-12-10 15:09:00 +00:00