]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 2922 fix: assertion failed: HttpHeader.cc: "Headers[id].stat.aliveCount"
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 23 May 2010 16:37:30 +0000 (10:37 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sun, 23 May 2010 16:37:30 +0000 (10:37 -0600)
commit253939cd4e46276c731af51424ad6cf7be8921f8
tree1101af86c560d9d0a0e49020106ce4da26535b84
parent281e304421826536022855ad1f17013c0ae553e8
Bug 2922 fix: assertion failed: HttpHeader.cc: "Headers[id].stat.aliveCount"

Fixed header accounting to avoid the "Headers[id].stat.aliveCount" assertion.

We were incrementing the alive header field counter twice for each decrement,
which probably resulted in the alive counter wrapping back to zero, triggering
the assertion.
src/HttpHeader.cc