MINOR: compression: add an offload option to remove the Accept-Encoding header
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2012 22:34:28 +0000 (00:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2012 23:13:24 +0000 (01:13 +0200)
commit70737d142fd13ffc6a25f8c4199e4b10f9886461
treeef32637689c0224d526a0a9dce91d1a2705b6b82
parente2f49441694bb5e0dbc8c346f737e0c2304d6522
MINOR: compression: add an offload option to remove the Accept-Encoding header

This is used when it is desired that backend servers don't compress
(eg: because of buggy implementations).
doc/configuration.txt
include/types/compression.h
src/cfgparse.c
src/proto_http.c