> [EMAIL PROTECTED] wrote: > > > > rbb 02/03/22 13:45:44 > > > > Modified: server core.c > > Log: > > We have to return valid HTTP status codes from filters. This fixes > two > > cases in the core_output_filters where there was a problem, and the > core > > returned an error code instead of an HTTP status code. This keeps us > from > > putting status codes like 32 and 104 in the access log. > > :) Thanks for tracking this down. It's been bugging me off & on for > quite a > while.
Once Morgan and I noticed that 104 was ECONNRESET everything kind of fell into place. We really should check all of our filters though. Ryan