]> git.kaiwu.me - haproxy.git/commit
MINOR: h2: new function h2c_error to mark an error on the connection
authorWilly Tarreau <w@1wt.eu>
Tue, 17 Oct 2017 06:00:59 +0000 (08:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:12:14 +0000 (18:12 +0100)
commit741d6df87095ffc510fd3de3a7fae7072be76a3d
tree97ea80e35ee184ff7bfc6555da9ad1f04464b80f
parent5b5e68741ae9b29017b95fb2c0ae72589a108da7
MINOR: h2: new function h2c_error to mark an error on the connection

This one sets the error code in h2c->errcode and changes the connection's
stat to H2_CS_ERROR.
src/mux_h2.c