• Poul-Henning Kamp's avatar
    Hindsight is always so glaring sharp... · 512dddc6
    Poul-Henning Kamp authored
    It was a mistake to put the gunzip delivery buffers on the worker
    stack, given that only a minority of clients (mostly spiders and robots)
    don't grok "Content-Encoding: gzip".
    
    Move them to malloc space.
    512dddc6
cache_center.c 42.8 KB