mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-12 22:39:10 +02:00
Functions hdr_idx_first_idx() and hdr_idx_first_pos() were missing a "const" qualifier on their arguments which are not modified, causing a warning in some experimental H2 code.