]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: connection: Add a new CS_FL_ERR_PENDING flag to conn_streams.
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 17 Dec 2018 13:16:46 +0000 (14:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Dec 2018 20:54:14 +0000 (21:54 +0100)
commit71748cb91b97208cceb6671a69cac9509172cf2a
tree2992670ceb117d96602ae2faad9d3dbfa866df4e
parentd94f877cdf398282d40d1eeeb6d6c603290c4f94
BUG/MEDIUM: connection: Add a new CS_FL_ERR_PENDING flag to conn_streams.

Add a new flag to conn_streams, CS_FL_ERR_PENDING. This is to be set instead
of CS_FL_ERR in case there's still more data to be read, so that we read all
the data before closing.
include/types/connection.h
src/mux_h2.c