On Thu, Jan 8, 2015 at 4:11 PM, Yann Ylavic <[email protected]> wrote:
> On Thu, Jan 8, 2015 at 3:47 PM, Ewald Dieterich <[email protected]> wrote:
>>
>> But the access log entry is still wrong. Now a 200 is logged:
>>
>> [...] "GET / HTTP/1.1" 200 590 "-" "curl/7.26.0"
>>
>> I still see the -102 error:
>>
>> [...] (-102)Unknown error -102: [client 10.128.128.95:46766] AH01095:
>> prefetch request body failed to 10.8.19.114:80 (backend) from 10.128.128.95
>> ()
>>
>> I guess there are more changes in trunk that I would need to add?
>
> Can you test this (attached) patch please (without yours applied)?

Or with yours and just changing "return
ap_map_http_request_error(status, HTTP_BAD_REQUEST);" by "return
(status == AP_FILTER_ERROR) ? DONE : ap_map_http_request_error(status,
HTTP_BAD_REQUEST);"

>
> Regards,
> Yann.

Reply via email to