c410-f3r / wtx

A collection of different transport implementations and related tools focused primarily on web technologies.
https://c410-f3r.github.io/wtx
Apache License 2.0
191 stars 6 forks source link

[HTTP/2] Add low level operations #243

Closed c410-f3r closed 1 week ago

c410-f3r commented 1 month ago

The current machinery automatically splits the data according to https://datatracker.ietf.org/doc/html/rfc9113#SETTINGS_MAX_FRAME_SIZE and sends each block concurrently respecting flow control parameters. This approach is pragmatic but lacks flexibility when it is necessary to have a more fine-grained control over how things are sent and received.