]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http: Compress HTTP responses with status codes 201,202,203 in addition to 200
authorJesse Hathaway <jesse@mbuki-mvuki.org>
Fri, 6 Mar 2015 20:16:15 +0000 (20:16 +0000)
committerWilly Tarreau <w@1wt.eu>
Wed, 11 Mar 2015 22:23:41 +0000 (23:23 +0100)
commit2468d4e4f73b57d22d22b02fbb734f7ea09b857c
tree86d480094d7b1e455e0941b8ffd883ec55bdcf58
parent2ec2274f906fdda55f49cbc4f84ab650e64603e7
MEDIUM: http: Compress HTTP responses with status codes 201,202,203 in addition to 200

It is common for rest applications to return status codes other than
200, so compress the other common 200 level responses which might
contain content.
src/proto_http.c