On Dec 16, 2005, at 3:18 AM, Justin Erenkrantz wrote:
So, to respect that -1, we need to keep that in mind that we only
force the
dropped connection somehow within the HTTP/1.1 logic. Or, have a
clear
path for a Waka filter chain to not drop the connection - by seeing
the
error bucket and morphing it into a Waka 'response abort' bucket.
-- justin
Some ideas:
1. Since this is in the httpd proxy code, we insert the
error bucket and set c->keepalive = AP_CONN_CLOSE
2. Each protocol adds an error_output filter, which
says what to do when it sees an error bucket.
I think the latter would be the most general, at the expense
of having another filter in the chain :/