From: William A. Rowe Jr Date: Fri, 29 Jul 2016 16:20:40 +0000 (+0000) Subject: We arrive here for more than one cause; offer a more general statement X-Git-Tag: 2.5.0-alpha~1359 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0fb12bf493d373945aa34f4090a6b0df57da3ad;p=apache We arrive here for more than one cause; offer a more general statement git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1754547 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index afdcf5fb65..7fcf74c09f 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -1090,7 +1090,7 @@ request_rec *ap_read_request(conn_rec *conn) } else if (r->method == NULL) { ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(00566) - "request failed: invalid characters in URI"); + "request failed: malformed request line"); } access_status = r->status; r->status = HTTP_OK;