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
feat: polymorphic helper for request body streaming (#485)
* feat: polymorphic helper for request body streaming
* test: tighten request_body_window/2 coverage
Remove a redundant HTTP/1 test (HTTP/1 only permits one streaming
request at a time, so the "different ref while streaming" case
collapses into the existing make_ref() test).
Add an HTTP/2 end-to-end test that exercises the documented streaming
loop across multiple iterations with a body larger than the initial
window, processing WINDOW_UPDATE frames between chunks.
* docs(http): improves docs around request_body_window/2
* Remove changelog entry
---------
Co-authored-by: Eric Meadows-Jönsson <eric.meadows.jonsson@gmail.com>
0 commit comments