]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h2: report in the HTX flags when the request has an authority
authorWilly Tarreau <w@1wt.eu>
Tue, 8 Oct 2019 15:34:50 +0000 (17:34 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 9 Oct 2019 09:10:19 +0000 (11:10 +0200)
commit1440fe8b4beadde545dd0272095c96d2b3a50dbe
tree42c943e6e766e576bfd3a6f2ecf3779c59404dde
parent92919f7fd5bc4063e0b3473d4428ec53a5717376
MINOR: h2: report in the HTX flags when the request has an authority

The other side will need to know when to emit an authority or not. We
need to pass this information in the HTX flags.
src/h2.c