> Subject: cvs commit: httpd-2.0/server protocol.c request.c util_filter.c > > rbb 02/03/03 14:04:04 > > Modified: server protocol.c request.c util_filter.c > Log: > This fixes most of the header bug that was committed last night. The > server > is seg faulting on pipelined requests currently, but I want to get > people > back to a running server.
This patch is kind of ugly, but it cleans the code up a bit. The seg fault that we are still seeing is not in this code, but it looks like r->connection->input_filters is being clobbered by some of the core logic. I am still tracking that down. Ryan
