• Poul-Henning Kamp's avatar
    Overhaul HTTP request/response size limits: · 6edf9c37
    Poul-Henning Kamp authored
    http_headers is now called http_max_hdr and covers both requests and responses.
    
    http_{req|resp}_size sets an upper limit on requests and responses, and
    we (still) summarily close the connection if it is exceeded. (default: 32k)
    
    http_{req|resp}_hdr_len sets the max size for any HTTP header line
    except the first line (URL/response). (default 512)
    6edf9c37
Name
Last commit
Last update
bin Loading commit data...
doc Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
m4 Loading commit data...
man Loading commit data...
redhat Loading commit data...
.gitignore Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
varnishapi.pc.in Loading commit data...