]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: stream: The stream doen't inherit SC from the session
authorThierry FOURNIER <tfournier@arpalert.org>
Sun, 16 Aug 2015 10:03:39 +0000 (12:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 16 Aug 2015 21:55:32 +0000 (23:55 +0200)
commitc8fdb983c50039b80053327a945364983715c731
tree52319fbef9f716221bafc8b4a5da40aa361dc3a4
parent03d0e45dbb4b749314e29b1ed4e0386bbb24dcee
BUG/MEDIUM: stream: The stream doen't inherit SC from the session

During the processing of tcp-request connection, the stream doesn't exists, so the
stick counters are stored in the session. When the stream is created it must
inherit from the session sc.

This patch fix this behavior.

[WT: this is specific to 1.6, no backport needed]
src/stream.c