]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http: deinitialize compression after a compression error
authorWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2014 19:22:06 +0000 (21:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2014 21:15:28 +0000 (23:15 +0200)
commit6fef8ae0478c201a1dce555963f0838635b02e6b
treeb13b1d125b9ae5f08b4de7eadcbbfc1693376e4b
parentd01f426e622259dbf3e7b05cd8b0a78b1d327b33
BUG/MINOR: http: deinitialize compression after a compression error

If for some reason, the compression returns an error, the compression
is not deinitialized which also means that any pending data are not
flushed and could be lost, especially in the chunked-encoded case.
No backport is needed.
src/proto_http.c