]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http: compression should consider all Accept-Encoding header values
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2012 12:50:26 +0000 (14:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2012 12:52:02 +0000 (14:52 +0200)
commit3c7b97b9f97d194513860132faa34910c54e259d
treed9adc2dc1ac80668aef6d8f66d9e8042e7196ff7
parent7e488d781ccfb5615d860dc348035cc25b184a79
BUG/MINOR: http: compression should consider all Accept-Encoding header values

Right now commit 82fe75c1 came with a minor bug limiting the check to the first
accept-encoding header value only.
src/proto_http.c