]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-h2: clean the stream error path on HEADERS frame processing
authorWilly Tarreau <w@1wt.eu>
Thu, 3 Jan 2019 10:48:45 +0000 (11:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 3 Jan 2019 17:45:38 +0000 (18:45 +0100)
commitb8c4dd332040b4af97827e3c887b985e92d3af1d
treebe7fd2f7fe063ca91f8db31f1540bec27ed4adab
parent3a429f04cbfb1e089ceb9311ee4d0d9ed3d647c4
CLEANUP: mux-h2: clean the stream error path on HEADERS frame processing

In h2c_frt_handle_headers() and h2c_bck_handle_headers() we have an unused
error path made of the strm_err label, while send_rst is used to emit an
RST upon stream error after forcing the stream to h2_refused_stream. Let's
remove this unused strm_err block now.
src/mux_h2.c