]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: connection: remove the now unused CS_FL_REOS flag
authorWilly Tarreau <w@1wt.eu>
Mon, 3 Jun 2019 12:23:33 +0000 (14:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Jun 2019 12:23:33 +0000 (14:23 +0200)
commit7bb39d7cd6a6491d47255b5b3a0eb8432bfce9f7
treea6d046f9cd17711a6c313cc72809c8c5ffa13a07
parentc493c9cb081b8c9e1a12b1af997cde530f046fbe
CLEANUP: connection: remove the now unused CS_FL_REOS flag

Let's remove it before it gets uesd again. It was mostly replaced with
CS_FL_EOI and by mux-specific states or flags.
contrib/debug/flags.c
include/proto/connection.h
include/types/connection.h
src/backend.c