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.
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to