Loading CHANGES +3 −0 Original line number Diff line number Diff line Changes with Apache 2.0b1 *) Fix the RFC number mentioned when complaining about a missing Host: header. PR#7079 [Alexey Toptygin <alexeyt@wam.umd.edu>] *) Fix an endless loop in ab which occurred when ab was posting and the server dropped the connection unexpectedly. [Jeff Trawick] Loading modules/http/http_protocol.c +1 −1 Original line number Diff line number Diff line Loading @@ -1545,7 +1545,7 @@ request_rec *ap_read_request(conn_rec *conn) r->status = HTTP_BAD_REQUEST; ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, 0, r, "client sent HTTP/1.1 request without hostname " "(see RFC2068 section 9, and 14.23): %s", r->uri); "(see RFC2616 section 14.23): %s", r->uri); } if (r->status != HTTP_OK) { ap_send_error_response(r, 0); Loading Loading
CHANGES +3 −0 Original line number Diff line number Diff line Changes with Apache 2.0b1 *) Fix the RFC number mentioned when complaining about a missing Host: header. PR#7079 [Alexey Toptygin <alexeyt@wam.umd.edu>] *) Fix an endless loop in ab which occurred when ab was posting and the server dropped the connection unexpectedly. [Jeff Trawick] Loading
modules/http/http_protocol.c +1 −1 Original line number Diff line number Diff line Loading @@ -1545,7 +1545,7 @@ request_rec *ap_read_request(conn_rec *conn) r->status = HTTP_BAD_REQUEST; ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, 0, r, "client sent HTTP/1.1 request without hostname " "(see RFC2068 section 9, and 14.23): %s", r->uri); "(see RFC2616 section 14.23): %s", r->uri); } if (r->status != HTTP_OK) { ap_send_error_response(r, 0); Loading