]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stream-int: Remove unused SI_FL_CLEAN_ABRT flag
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Mar 2022 14:31:41 +0000 (16:31 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:14 +0000 (15:10 +0200)
commit78ed7f247bba982dc9f28c7980539ff95328f348
tree2d3001821762f68e0f4f145b7a2e4c0e592e6e4c
parentd139138bbc12bdf6bfd182ea5afb0cfee01c0e9e
CLEANUP: stream-int: Remove unused SI_FL_CLEAN_ABRT flag

This flag is unused. So remove it to be able to remove the stream-interface.
dev/flags/flags.c
include/haproxy/stream_interface-t.h
src/stream.c