• 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
cache_ws.c 4.77 KB