commit | 4690985fcac9bb336162412c1e5b0c5e293bf0b1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Nov 15 14:57:56 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 15 15:00:55 2012 +0100 |
tree | 59091b781646f7244ccaecbaec744f921da46654 | |
parent | 4663577e242944516fd2937f4b9b894d63f55069 [diff] |
BUG: compression: do not always increment the round counter on allocation failure Zlib (at least 1.2 and 1.3) aborts when it fails to allocate the state, so we must not count a round on this event. If the state succeeds, then it allocates all the 4 remaining counters at once.