]> git.kaiwu.me - haproxy.git/commit
MEDIUM: stream_interface: remove CAP_SPLTCP/CAP_SPLICE flags
authorWilly Tarreau <wtarreau@exceliance.fr>
Thu, 30 Aug 2012 19:23:53 +0000 (21:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 18:47:34 +0000 (20:47 +0200)
commit93b0f4f6c62c92ee8a99b4509bdc1421787126dd
treeb4a445b860df7b1a3b98815d20194ef60f188675
parent986a9d2d124b7d62cd94331a0cd4d69e952adb71
MEDIUM: stream_interface: remove CAP_SPLTCP/CAP_SPLICE flags

These ones are implicitly handled by the connection's data layer, no need
to rely on them anymore and reaching them maintains undesired dependences
on stream-interface.
include/types/stream_interface.h
src/proto_tcp.c
src/session.c
src/stream_interface.c