mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-15 18:52:45 +02:00
The new function hpack_encode_scheme() supports encoding a scheme into the ":scheme" header. It knows about "https" and "http" which use a single byte, and falls back to literal encoding for other ones.