]> git.kaiwu.me - haproxy.git/commit
MAJOR: http: re-enable compression on chunked encoding
authorWilly Tarreau <w@1wt.eu>
Thu, 17 Apr 2014 19:55:11 +0000 (21:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2014 21:15:28 +0000 (23:15 +0200)
commit5fb0abd9a1c53639c62c0cf9fb0a3ea9e08b92dd
tree8a7da53c4e51ad8b3a70983ff91e87f590281a98
parentb59c7bfc95ecd0a75c4a35dcfb7fba1ac587e89c
MAJOR: http: re-enable compression on chunked encoding

This is basically a revert of commit 667c2a3 ("BUG/MAJOR: http: compression
still has defects on chunked responses").

The latest changes applied to message pointers should have got rid of all
the issues that were making the compression of partial chunks unreliable.
src/proto_http.c