commit | 145aa4772cd28e11381209bd66104175c8a30a4d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 06 10:56:20 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 06 14:11:29 2018 +0100 |
tree | ad1b6ee4cfd25102def3e154db7398233db48627 | |
parent | c14999b3bced20375e7066602006cd27178d91c6 [diff] |
MINOR: mux-h1: Drain obuf if the output is closed after sending data It avoids to subscribe to send events because some may remain in the output buffer. If the output is closed or if an error occurred, there is no way to send these data anyway, so it is safe to drain them.