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

--- Comment #3 from Eric Covener <[email protected]> ---
(In reply to shashank from comment #2)
> Apache should return whatever response it gets from the app side. Because of
> the presence of the b' in the response body apache is not able to understand
> or parse that and by-default its returning 200, It should have actually
> returned 404 not found since the actual response from app is 404.
> Note the "b" in front of '404 Not Found'. The "b" is python's syntax for
> binary data. However, the binary data representation should not bleed
> through into the HTTP response.

Apache doesn't parse the body.  Please capture the raw bytes of the complete
backend response and attach it here.

-- 
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