commit | 8abe7127492b445051a3cc5cd2fba261138e8ef1 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Mar 30 15:10:18 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:14 2022 +0200 |
tree | 9fa260d69c263c8d89d99e9e8c76136fc829191a | |
parent | ca2b5274b54557ccb4555b9ebfa609ca78a7a700 [diff] |
MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead Flags to disable lingering and half-close are now handled at the conn-stream level. Thus SI_FL_NOLINGER and SI_FL_NOHALF stream-int flags are replaced by CS_FL_NOLINGER and CS_FL_NOHALF conn-stream flags.