Actions
Bug #986
closedResponse breaking in mod_deflate
ASK QUESTIONS IN Forums:
Description
Response breaking in mod_deflate if page more than 65535 bytes
2007-01-20 22:11:24: (response.c.633) Path : /home/test.com/htdocs/admin/catalog.php mod_proxy_core.c.1666: (trace) handling it in mod_proxy_core: physical.path=/home/test.com/htdocs/admin/catalog.php 2007-01-20 22:11:24: (response.c.644) -- subrequest finished mod_deflate.c.1159: (trace) add deflate filter to filter chain 2007-01-20 22:11:25: (mod_deflate.c.1193) Content-Type: text/html; charset=utf-8 2007-01-20 22:11:25: (mod_deflate.c.1200) mime-type: text/html 2007-01-20 22:11:25: (mod_deflate.c.1228) enable compression for /admin/catalog.php 2007-01-20 22:11:25: (mod_deflate.c.1244) add Vary: Accept-Encoding for /admin/catalog.php 2007-01-20 22:11:25: (mod_deflate.c.269) output-buffer-size: 0 2007-01-20 22:11:25: (mod_deflate.c.271) compression-level: 5 2007-01-20 22:11:25: (mod_deflate.c.273) mem-level: 9 2007-01-20 22:11:25: (mod_deflate.c.275) window-size: -15 2007-01-20 22:11:25: (mod_deflate.c.277) min-compress-size: 20 2007-01-20 22:11:25: (mod_deflate.c.279) work-block-size: 64 2007-01-20 22:11:25: (mod_deflate.c.1310) end = 0 for uri /admin/catalog.php 2007-01-20 22:11:25: (mod_deflate.c.917) compress: in_queue len= 7980 2007-01-20 22:11:25: (mod_deflate.c.317) gzip_header len= 10 2007-01-20 22:11:25: (mod_deflate.c.352) compress: in= 7980 , out= 0 2007-01-20 22:11:25: (mod_deflate.c.976) compressed bytes: 7980 2007-01-20 22:11:25: (mod_deflate.c.418) flush: in= 0 , out= 10 2007-01-20 22:11:25: (mod_deflate.c.917) compress: in_queue len= 8184 2007-01-20 22:11:25: (mod_deflate.c.352) compress: in= 8184 , out= 0 2007-01-20 22:11:25: (mod_deflate.c.976) compressed bytes: 8184 2007-01-20 22:11:25: (mod_deflate.c.418) flush: in= 0 , out= 0 2007-01-20 22:11:25: (mod_deflate.c.917) compress: in_queue len= 16368 2007-01-20 22:11:25: (mod_deflate.c.352) compress: in= 8184 , out= 0 2007-01-20 22:11:25: (mod_deflate.c.352) compress: in= 8184 , out= 0 2007-01-20 22:11:25: (mod_deflate.c.976) compressed bytes: 16368 2007-01-20 22:11:25: (mod_deflate.c.418) flush: in= 0 , out= 0 2007-01-20 22:11:26: (mod_deflate.c.917) compress: in_queue len= 106392 2007-01-20 22:11:26: (mod_deflate.c.352) compress: in= 8184 , out= 0 2007-01-20 22:11:26: (mod_deflate.c.352) compress: in= 8184 , out= 0 2007-01-20 22:11:26: (mod_deflate.c.352) compress: in= 8184 , out= 0 2007-01-20 22:11:26: (mod_deflate.c.352) compress: in= 8184 , out= 0 2007-01-20 22:11:26: (mod_deflate.c.352) compress: in= 8184 , out= 0 2007-01-20 22:11:26: (mod_deflate.c.352) compress: in= 8184 , out= 0 2007-01-20 22:11:26: (mod_deflate.c.352) compress: in= 8184 , out= 0 2007-01-20 22:11:26: (mod_deflate.c.352) compress: in= 8184 , out= 0 2007-01-20 22:11:26: (mod_deflate.c.352) compress: in= 64 , out= 0 2007-01-20 22:11:26: (mod_deflate.c.976) compressed bytes: 65536 2007-01-20 22:11:26: (mod_deflate.c.418) flush: in= 0 , out= 0 2007-01-20 22:11:27: (mod_deflate.c.917) compress: in_queue len= 46353 2007-01-20 22:11:27: (mod_deflate.c.352) compress: in= 8184 , out= 0 2007-01-20 22:11:27: (mod_deflate.c.976) compressed bytes: 8184 2007-01-20 22:11:27: (mod_deflate.c.418) flush: in= 0 , out= 10880 2007-01-20 22:11:27: (mod_deflate.c.456) gzip_footer len= 8 2007-01-20 22:11:27: (mod_deflate.c.891) in: 106252 out: 10898 2007-01-20 22:11:27: (mod_deflate.c.992) finished uri: /admin/catalog.php , query: w=chg&id=7
-- boom
Updated by jakabosky almost 18 years ago
- Status changed from New to Fixed
- Resolution set to fixed
fixed in r1544.
The problem was with deflate.work-block-size = 64 = (64 * 1024) = 65536.
Actions
Also available in: Atom