Willy Tarreau 106f631280 CLEANUP: hdr_idx: make some function arguments const where possible
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.
2017-07-17 21:11:30 +02:00
..
2009-01-25 13:49:53 +01:00
2017-04-28 18:58:11 +02:00
2017-06-27 14:38:02 +02:00