]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: session: don't needlessly pass a pointer to the stream-int
authorWilly Tarreau <w@1wt.eu>
Fri, 28 Nov 2014 14:15:44 +0000 (15:15 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 11 Mar 2015 19:41:47 +0000 (20:41 +0100)
commit7b8c4f966116988b2c9ae8ffb1d18175376032fd
tree77dc6a47cf6d3dd90b2b461b26954b13ebe76583
parent8f128b41ec9a20ecf68f570c53f039820ee913e9
CLEANUP: session: don't needlessly pass a pointer to the stream-int

All functions dealing with connection establishment currently use a
pointer to the stream interface. Now we know it cannot change and is
always s->si[1].
src/session.c