]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-h2: remove two useless but misleading assignments
authorWilly Tarreau <w@1wt.eu>
Tue, 29 Jan 2019 17:51:41 +0000 (18:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Jan 2019 17:51:41 +0000 (18:51 +0100)
commitf1e6fa35deb08de6025e0126495d3424ca564282
treeb42f3893771b060a1f3a062b30ddb027212d1d5b
parent3ad5d31bdf66c3a9449bb4af4cb131ff8e2ca662
CLEANUP: mux-h2: remove two useless but misleading assignments

h2c->st0 was assigned to H2_CS_ERROR right after returning from
h2c_error(), which had already done it. It's useless and confusing,
let's remove this.
src/mux_h2.c