• Tollef Fog Heen's avatar
    Reduce http_resp_size to 8k on 32 bit · 5f8041ac
    Tollef Fog Heen authored
    http_resp_size is allocated on the thread_pool_workspace.  This means
    we will hit assert errors if http_resp_size is larger than the
    thread_pool_workspace.  8k should be enough in most cases, from a
    light sample of web sites in the wild.
    5f8041ac
varnishd.c 15.2 KB