]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: fd: remove fdtab->flags
authorWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 20:14:47 +0000 (22:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 18:49:14 +0000 (20:49 +0200)
commit40ff59d82097edbfc400e3243b8287c118ab5d10
treeffb6c977cb8c0f46894c3b029478facdce43dcb4
parent34ffd776487d6718385030ab9c1696df7abda5ee
CLEANUP: fd: remove fdtab->flags

These flags were added for TCP_CORK. They were only set at various places
but never checked by any user since TCP_CORK was replaced with MSG_MORE.
Simply get rid of this now.
include/types/fd.h
src/checks.c
src/frontend.c
src/proto_tcp.c
src/session.c