Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
HTTPHeaders -> CompressedBytes
Compress and decompress HTTP/3 headers using a combination of a static table and an acknowledged dynamic table to prevent head-of-line blocking.
Problem it solves
Strict serial-delivery header compression schemes like HPACK cause head-of-line blocking when packets on separate multiplexed streams are lost.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.