Host: header.
PR: 7079
Submitted by: Alexey Toptygin <alexeyt@wam.umd.edu>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87717
13f79535-47bb-0310-9956-
ffa450edef68
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]
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);