From: William A. Rowe Jr Date: Mon, 30 Jul 2001 04:38:02 +0000 (+0000) Subject: Coexist within the XHTML changes to http_protocol.c X-Git-Tag: 2.0.23~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c901f4e726a2c46e0c35b903cc671ac67fc150a3;p=thirdparty%2Fapache%2Fhttpd.git Coexist within the XHTML changes to http_protocol.c git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89780 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index 5005b20bfca..2d1a69e1914 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -498,7 +498,7 @@ static void get_mime_headers(request_rec *r) r->status = HTTP_BAD_REQUEST; apr_table_setn(r->notes, "error-notes", "The number of request header fields exceeds " - "this server's limit.

\n"); + "this server's limit."); return; } /* ap_getline returns (size of max buffer - 1) if it fills up the @@ -510,7 +510,7 @@ static void get_mime_headers(request_rec *r) apr_table_setn(r->notes, "error-notes", apr_pstrcat(r->pool, "Size of a request header field " - "exceeds server limit.

\n" + "exceeds server limit.
\n" "

\n",
 				       ap_escape_html(r->pool, field),
 				       "
\n", NULL)); @@ -524,7 +524,7 @@ static void get_mime_headers(request_rec *r) apr_table_setn(r->notes, "error-notes", apr_pstrcat(r->pool, "Request header field is missing " - "colon separator.

\n" + "colon separator.
\n" "

\n",
 				       ap_escape_html(r->pool, copy),
 				       "
\n", NULL));