]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h2: clarify the rules for how to convert an H2 request to HTX
authorWilly Tarreau <w@1wt.eu>
Tue, 8 Oct 2019 09:59:37 +0000 (11:59 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 9 Oct 2019 09:05:31 +0000 (11:05 +0200)
commit2be362c93783a60116f4bec15a035182f32e8bb5
treebc0e25a1c080d9eb8d7f884ee169dbbe9977a4eb
parent35efbe2cda5071b8c52265461eb858454c4786c5
MINOR: h2: clarify the rules for how to convert an H2 request to HTX

The H2 request parsing is not trivial given that we have multiple
possible syntaxes. Mainly we can have :authority or not, and when
a CONNECT method is seen, :scheme and :path are missing. This mostly
updates the functions' comments and header index assignments to make
them less confusing. Functionally there is no change.
src/h2.c