From e0fb12bf493d373945aa34f4090a6b0df57da3ad Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 29 Jul 2016 16:20:40 +0000 Subject: [PATCH] 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 --- server/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1