]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream_interface: remove the si->init
authorWilly Tarreau <w@1wt.eu>
Fri, 18 May 2012 13:15:26 +0000 (15:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 18 May 2012 13:15:26 +0000 (15:15 +0200)
commitbe0688c64d08325da33b853d9673da6329b9fa34
treeee700b473cc2d3164bcab293344bca04d010cb81
parent7af4605ef76f6929835eefd13664beab379101b5
MEDIUM: stream_interface: remove the si->init

Calling the init() function in sess_establish was a bad idea, it is
too late to allow it to fail on lack of resource and does not help at
all. Remove it for now before it's used.
include/types/stream_interface.h
src/proto_tcp.c
src/session.c
src/sock_raw.c
src/stream_interface.c