]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Rely on CS's info if it exists and fallback on session's ones
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 29 Nov 2018 14:19:05 +0000 (15:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 1 Dec 2018 16:37:27 +0000 (17:37 +0100)
commitb3484d67d3aa4b25db119d020ef1e7279925782b
tree6315f7e63c5cd098693dd15318c2b57aae83d75e
parentfeb1174be072f66ed6902c5f014bbab58c332c2e
MINOR: stream: Rely on CS's info if it exists and fallback on session's ones

When the stream is created, If si_get_cs_info() returns valid info for the client
connection stream, we use it. Otherwise we use session' info.
src/stream.c