]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Introduce stream_abort() to abort on both sides in same time
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 13 Apr 2023 13:22:29 +0000 (15:22 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 12:04:59 +0000 (14:04 +0200)
commit7eb837df4adec2e4487898c89cae12c7605e7b1c
treebb1ee3bcd6e1fba919ecd88927bb7676cb4c517e
parent3db538ac2f6e2ad2dfa95afd691027e4be22e80c
MINOR: stream: Introduce stream_abort() to abort on both sides in same time

The function stream_abort() should now be called when an abort is performed
on the both channels in same time.
include/haproxy/stream.h
src/http_act.c
src/http_ana.c
src/stream.c
src/tcp_act.c
src/tcp_rules.c