commit | 0a4838cd31cd3dbb1078f78061a532ad0e519f3b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Aug 06 20:11:05 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Aug 10 18:04:16 2010 +0200 |
tree | f904315c9f7ce73e27503b7541cc6a32f1c49f1e | |
parent | 56123282ef80d2b9b0a1312e2c70caf4a52ef2f1 [diff] |
[MEDIUM] session-counters: correctly unbind the counters tracked by the backend In case of HTTP keepalive processing, we want to release the counters tracked by the backend. Till now only the second set of counters was released, while it could have been assigned by the frontend, or the backend could also have assigned the first set. Now we reuse to unused bits of the session flags to mark which stick counters were assigned by the backend and to release them as appropriate.