Bryan McQuade wrote:
> Are there any cases where it's important for ap_pass_bridgade to pass
> on an empty brigade? Doesn't sound like it, but since this is a core
> library change I want to double check.

When handling a CONNECT request, the response will have no body.  In 
mod_proxy, the CONNECT handler currently skips most filters and writes via 
the connection filters.  However there is a block of "#if 0" code which 
intends to send only a FLUSH bucket down the filter chain.

That's not quite the case of an entirely empty brigade, but it seems close 
enough to warrant highlighting.

Thanks,
Paul

Reply via email to