On Wed, Dec 07, 2005 at 06:16:42PM -0800, Roy Fielding wrote:
> Setting the inbound c->aborted within a filter just to indicate
> that the outbound connection has died is wrong -- it prevents
> other parts of the server (that are working fine) from correctly
> handling the bad gateway response.

FWIW, it's not a filter - it's the handler itself that is setting
c->aborted.

If you have another idea how to specify via the handler that the connection
needs to be dropped, I'm all ears.  But, I couldn't see one.  -- justin

Reply via email to