]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: session: simplify references to chn_{prod,cons}(&s->{req,res})
authorWilly Tarreau <w@1wt.eu>
Fri, 28 Nov 2014 13:42:25 +0000 (14:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 11 Mar 2015 19:41:47 +0000 (20:41 +0100)
commit350f487300115d3e0d98a56630889efeab7108ef
tree933f9b849217fdb39f1e5177538900d9eb02bbdb
parent81cd90069abc793af4834fdad2cc3bf9e588b4bf
CLEANUP: session: simplify references to chn_{prod,cons}(&s->{req,res})

These 4 combinations are needlessly complicated since the session already
has direct access to the associated stream interfaces without having to
check an indirect pointer.
src/backend.c
src/hlua.c
src/log.c
src/proto_http.c
src/session.c