commit | 3b88b8d02ef10121b8b27ae7bb6bd464d66ad04f | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Oct 26 17:36:03 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 18 22:10:04 2018 +0100 |
tree | b68106d091b8439b0895c99bf441bd938ab06102 | |
parent | 311c7eaad0ddb655fa76e4752f9d0209cab3e6fe [diff] |
MEDIUM: mux-h1: Wait for connection establishment before consuming channel's data When a server is down, the channel's data must not be consumed. This is required to allow redispatch and connection retry. So now, we wait for the connection to be marked as connected, with the flag CO_FL_CONNECTED, before starting to consume channel's data. In the mux, this event is tracked with the flag H1C_F_CS_WAIT_CONN.