]> git.kaiwu.me - haproxy.git/commit
MINOR: h2: store the HTTP status into the H2S, not the H1M
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Sep 2018 17:22:14 +0000 (19:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Sep 2018 15:38:25 +0000 (17:38 +0200)
commit9c5e22e436bc2f1e1866d39c9842713eda6c6457
tree48ffc7098af8448d44cec92765f608855034c7b4
parent001823c3047676130d4e9d8825f3669359741479
MINOR: h2: store the HTTP status into the H2S, not the H1M

The HTTP status is not relevant to the H1 message but to the H2 stream
itself. It used to be placed there by pure convenience but better move
it before it's too hard to remove.
src/mux_h2.c