]> git.kaiwu.me - haproxy.git/commit
MEDIUM: http: cleanup: centralize a little bit HTTP compression end
authorWilly Tarreau <w@1wt.eu>
Thu, 17 Apr 2014 22:53:43 +0000 (00:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2014 21:15:28 +0000 (23:15 +0200)
commit168ebc5e2bfe7686e25bb0a95b19f19846c0c483
tree255a14aada33520df15d13c805a5f8ee16c19681
parent7f2f8d5cc38ecb12f57b060380049f0b2a34406c
MEDIUM: http: cleanup: centralize a little bit HTTP compression end

The call to flush the compression buffers only needs to be done when
entering the final states or when leaving with missing data. After
that, if trailers are present, they have to be forwarded.
src/proto_http.c