]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: set flag SI_FL_CLEAN_ABRT when mux supports clean aborts
authorWilly Tarreau <w@1wt.eu>
Wed, 20 Dec 2017 15:31:43 +0000 (16:31 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 20 Dec 2017 15:56:32 +0000 (16:56 +0100)
commit984fca936305d7552d92559436f3d5dbe4d917a0
tree3f281cd067cc8076942277592a6de4052386b169
parent28f1cb9da281ab340c034c3ccf0f8177d1ab9858
MINOR: stream-int: set flag SI_FL_CLEAN_ABRT when mux supports clean aborts

By copying the info in the stream interface that the mux cleanly reports
aborts, we'll have the ability to check this flag wherever needed regardless
of the presence of a mux or not.
include/types/stream_interface.h
src/stream.c