On Mon, 07 Jan 2008 11:29:43 +0100
Ruediger Pluem <[EMAIL PROTECTED]> wrote:

> I will also propose the optimizations. If someone has cycles to
> review then fine, if not then in 2.2.9 :-).

At lines 364 and 460 (trunk), you set HTTP_SERVICE_UNAVAILABLE
when broken chunking is encountered.  I don't think that's right:

- bad chunking in a request should return HTTP_BAD_REQUEST
- bad chunking in a proxy response should return HTTP_BAD_GATEWAY

Can we know if we're processing request or response at this point?

Also, I committed a simple edge-case fix against empty data
buckets getting in the way of detecting a lineend.
I presume you're OK with r610240?

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

Reply via email to