--- src/connections.c.orig 2007-06-15 11:30:34.000000000 -0400 +++ src/connections.c 2007-07-30 13:47:01.000000000 -0400 @@ -1445,7 +1445,7 @@ } else if (con->in_error_handler) { /* error-handler is back and has generated content */ /* if Status: was set, take it otherwise use 200 */ - con->http_status = con->error_handler_saved_status; + /*con->http_status = con->error_handler_saved_status;*/ } if (con->http_status == 0) con->http_status = 200;