On Thu, 11 Oct 2007, Steve Bardsley wrote:

> [Here's a cleaned up resubmittal hoping it's more digestible.]
>
> Is mod_deflate.c unreliable for inflating gzipped and chunked input?

Chunked is irrelevant: the dechunking filter runs in font of mod_deflate.
It's possible there's a bug, but we don't know it.

> Debug Details:
> [chop]

Insert a mod_diagnostics filter before and after the inflate filter.
That should tell you if the byte counts in and out make sense,
and might yield other clues.

-- 
Nick Kew


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to