chunked response transfer encoding

Antony Mayi antonymayi at yahoo.com
Thu Mar 6 21:16:45 CET 2014


Hi,

my backend is sending chunked response (~100chunks, 100bytes each). it seems varnish then sends it again using chunked encoding but only as one big chunk. the app is sort of a json streaming system and the whole point of sending the responses in chunks is for the client to be able to handle each chunk asap once they are available. unfortunately varnish cumulates it into (which means waits for) one big chunk so the whole advantage of early client processing is gone.

is there any way to control this in varnish - ie. some timeouts or buffer sizes etc (not interested in piping)?

thanks,
Antony.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20140306/b6f051fb/attachment.html>


More information about the varnish-misc mailing list