commit | 08088e77c6d5d0a406db1099402b82392fcf182c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 01 12:10:13 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 12 16:09:26 2018 +0200 |
tree | 6e4280b258bd028d30d5c0578a89512780bab3f3 | |
parent | ff08a92797e4568039408aac2c0e1c3e5fa38738 [diff] |
MINOR: conn-stream: Add CL_FL_NOT_FIRST flag This flags will be used by multiplexers to warn a conn-stream (and, by transitivity, a stream) it is not the first one created by the mux. It will help mux H1 to handle keep-alive connections.