Commit 0b8848aa authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent 7cf6dac4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.<P>\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.<P>\n"
				       "exceeds server limit.<br />\n"
				       "<pre>\n",
				       ap_escape_html(r->pool, field),
				       "</pre>\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.<P>\n"
				       "colon separator.<br />\n"
				       "<pre>\n",
				       ap_escape_html(r->pool, copy),
				       "</pre>\n", NULL));