Set the SERVER_CONTENT_LENGTH_SET flag after creating a new Content-Length header
authorFabian Keil <fk@fabiankeil.de>
Sat, 24 Nov 2012 14:09:11 +0000 (14:09 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 24 Nov 2012 14:09:11 +0000 (14:09 +0000)
commita8214172984f66ffd964e1e749ca2682dd958947
treeba593c96f8bd25ca474bd046e2400247b90c044f
parent356eb03150a520a88b079f81f92138b2d988d91f
Set the SERVER_CONTENT_LENGTH_SET flag after creating a new Content-Length header

This allows to keep the client connection alive after
filtering a chunk-encoded response.
parsers.c