commit | 070b91bc11d1a4c4b2266b9e3bd82efb90918a3c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Mar 31 19:27:18 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:15 2022 +0200 |
tree | efe0039cf4c0c058c1272cb03b4acffffc50fa9b | |
parent | 0797656ead86aa636c94cc4041cafd1b78640933 [diff] |
MEDIUM: conn-stream: Be prepared to fail to attach a cs to a mux To be able to move wait_event from the stream-interface to the conn-stream, we must be prepare to handle errors when a mux is attached to a conn-stream. Indeed, the wait_event's tasklet will be allocated when both a mux and a stream will be both attached to a stream. So, we must be prepared to handle allocation errors.