Another set of eyes please :)
Index: server/protocol.c
===================================================================
--- server/protocol.c (revision 153271)
+++ server/protocol.c (working copy)
@@ -880,6 +880,12 @@
return r;
}+ if (r->status == HTTP_REQUEST_TIME_OUT && r->connection->keepalive != AP_CONN_KEEPALIVE) {
+ r->the_request = "";
+ ap_update_child_status(conn->sbh, SERVER_BUSY_LOG, r);
+ ap_run_log_transaction(r);
+ }
+
apr_brigade_destroy(tmp_bb);
return NULL;
}
-- ======================================================================= Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ "There 10 types of people: those who read binary and everyone else."
