How to make Apache mod_deflate and Transfer-encoding : Chunked work together?
问题 I am trying to use the bigpipe concept on our website. That means trying to send the response in chunks instead of sending it as a whole so that user feels that page is fast. I am successful in doing that by using the flushBuffer method on the response object in java. But now when I try to compress the content with apache mod_deflate module, chunking is lost. Here is the configuration from apache used to compress the content ** Begin mod_deflate config DeflateBufferSize 100