commit | 40e1d5106891aa8807843b3f759bdf708dbe7d1d | [log] [tgz] |
---|---|---|
author | Thierry Fournier <tfournier@arpalert.org> | Tue Mar 29 21:27:36 2016 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 30 19:51:33 2016 +0200 |
tree | ec40aba9112842c85cb6dc26939956af7ae82d93 | |
parent | ff480424abb09c1816463c7bdb38524e09aa4891 [diff] |
BUG/MEDIUM: stick-tables: some sample-fetch doesn't work in the connection state. The sc_* sample fetch can work without the struct strm, because the tracked counters are also stored in the session. So, this patchs removes the check for the strm existance. This bug is recent and was introduced in 1.7-dev2 by commit 6204cd9 ("BUG/MAJOR: vars: always retrieve the stream and session from the sample") This bugfix must be backported in 1.6.