]> git.kaiwu.me - haproxy.git/commit
MEDIUM: stream-int: add a flag indicating which side the SI is on
authorWilly Tarreau <w@1wt.eu>
Fri, 28 Nov 2014 10:26:07 +0000 (11:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 11 Mar 2015 19:41:46 +0000 (20:41 +0100)
commita5f5d8dc693c045c5a1ad8600ef9ad9d776c3ed7
tree4ff0758c8aab570b3db5b13f04f5f156bba51117
parent2bb4a96f8fee0d57c74bc9a43430224b9bc72887
MEDIUM: stream-int: add a flag indicating which side the SI is on

This new flag "SI_FL_ISBACK" is set only on the back SI and is cleared
on the front SI. That way it's possible only by looking at the SI to
know what side it is.
include/proto/stream_interface.h
include/types/stream_interface.h
src/hlua.c
src/peers.c
src/proto_http.c
src/session.c