]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: further cleanups of response forwarding function
authorWilly Tarreau <w@1wt.eu>
Mon, 21 Apr 2014 08:54:27 +0000 (10:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Apr 2014 21:15:28 +0000 (23:15 +0200)
commitd5a6783ac9ca54777803943c334570ff4740f560
tree0832faed30d41d0398bfa0289c7b46c6ab1cc299
parentc623c17b13770682930b0d22e71bbe71630d7152
MINOR: http: further cleanups of response forwarding function

There is no reason for mixing compressing and non-compressing
code in the DATA state, they don't share anything. Better make
this clearer.
src/proto_http.c