mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-14 04:49:21 +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.