https://bz.apache.org/bugzilla/show_bug.cgi?id=63839

--- Comment #2 from Joe Orton <[email protected]> ---
You could try inserting the BUFFER output filter before mod_deflate

  AddOutputFilterByType BUFFER;DEFLATE text/html

if that fixes the problem it's a problem in how mod_wsgi generates content, you
may need some manual buffering somewhere to fix it.  Note that mod_buffer
buffers 128K by default which may or may not be optimal for your application.

https://httpd.apache.org/docs/2.4/mod/mod_buffer.html

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to