MINOR: stream-int: add si_done_{get,put} to indicate that we won't do it anymore
authorWilly Tarreau <w@1wt.eu>
Tue, 6 Nov 2018 18:17:31 +0000 (19:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 11 Nov 2018 09:18:37 +0000 (10:18 +0100)
commit394970c29737ad808f29dbe331aece73b6d37262
treee445d62096b971f8870186ae2893059ccdd82495
parent0cd3bd628a0514113a67dd00fb0009c4ba611d8f
MINOR: stream-int: add si_done_{get,put} to indicate that we won't do it anymore

This is useful on close or stream aborts as it saves us from having
to manipulate the (sometimes confusing) flags.
include/proto/stream_interface.h