On Mon, 18 May 2009 09:47:47 -0700 "Roy T. Fielding" <[email protected]> wrote:
> > I was curious to know as to where you thought the patch would be > > more appropriately applied. > > Where the 204/304 response is generated. I have not seen any examples > where that isn't already being done. The core server code is in > > http_protocol.c:ap_send_error_response() which is for errors generated within the server. > Something similar is in the proxy. > > If you know of a specific place where we are sending a body with > one of those codes, then please point it out. The case under discussion was errors generated by a script and propagated by the server without reference to ap_send_error_response. Hence the fix was in util_script.c where it reacts to HTTP status codes. That is, assuming the reference is to http://marc.info/?t=123844627000001&r=1&w=2 -- Nick Kew
