commit | c8fdb983c50039b80053327a945364983715c731 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Sun Aug 16 12:03:39 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Aug 16 23:55:32 2015 +0200 |
tree | 52319fbef9f716221bafc8b4a5da40aa361dc3a4 | |
parent | 03d0e45dbb4b749314e29b1ed4e0386bbb24dcee [diff] |
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]