--- apache-1.3/src/main/http_request.c 2004/04/28 16:58:42 1.174 +++ apache-1.3/src/main/http_request.c 2004/05/28 12:07:02 1.175 @@ -1056,7 +1056,7 @@ */ if ((r->status != HTTP_NOT_MODIFIED) && (r->status != HTTP_NO_CONTENT) && !ap_status_drops_connection(r->status) - && r->connection && (r->connection->keepalive > 0)) { + && r->connection && (r->connection->keepalive != -1)) { (void) ap_discard_request_body(r); }