commit | 974da9f8a41e53c9d4227a27c2a64c00c53644cc | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Mar 30 15:30:03 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:14 2022 +0200 |
tree | 2701411e1e9224c2fceb2df37063735d7edd554a | |
parent | 8abe7127492b445051a3cc5cd2fba261138e8ef1 [diff] |
MINOR: stream-int: Remove SI_FL_DONT_WAKE to rely on CS flags instead Flag to not wake the stream up on I/O is now handled at the conn-stream level. Thus SI_FL_DONT_WAKE stream-int flag is replaced by CS_FL_DONT_WAKE conn-stream flags.