]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: http: deinitialize compression after a parsing error
authorWilly Tarreau <w@1wt.eu>
Mon, 21 Apr 2014 09:00:13 +0000 (11:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2014 21:15:28 +0000 (23:15 +0200)
commitd01f426e622259dbf3e7b05cd8b0a78b1d327b33
treed74d85325bd8eee647a8b33f9bedd1c44d1a634b
parent7ba235466d3b0a71ddfad73e681343302d0f67bf
BUG/MINOR: http: deinitialize compression after a parsing error

When a parsing error was encountered in a chunked response, we failed
to properly deinitialize the compression context. There was no impact
till now since compression of chunked responses was disabled. No backport
is needed.
src/proto_http.c