commit | 71748cb91b97208cceb6671a69cac9509172cf2a | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Mon Dec 17 14:16:46 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 17 21:54:14 2018 +0100 |
tree | 2992670ceb117d96602ae2faad9d3dbfa866df4e | |
parent | d94f877cdf398282d40d1eeeb6d6c603290c4f94 [diff] |
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.