summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1999-04-26 12:22:24 +0000
committerKen Coar <coar@apache.org>1999-04-26 12:22:24 +0000
commiteaaa65c9ead302dd2a47462bfabd41bbab93ce74 (patch)
treefec72c1a1f4027a06c62f533b72f21e8c0f501c0
parentb1dee7ab8aa6d32cd36452c2489d028fd4ef4222 (diff)
downloadhttpd-eaaa65c9ead302dd2a47462bfabd41bbab93ce74.tar.gz
Fix a protocol misquote.
PR: 4308 Submitted by: Klaus Weide <kweide@tezcat.com> Reviewed by: Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83116 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/misc/known_client_problems.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/misc/known_client_problems.html b/docs/manual/misc/known_client_problems.html
index ee2a794e81..7907594fb2 100644
--- a/docs/manual/misc/known_client_problems.html
+++ b/docs/manual/misc/known_client_problems.html
@@ -195,7 +195,7 @@ The user must upgrade their Acrobat reader to 3.01.
unmergeable</A></H3>
<P>The HTTP specifications say that it is legal to merge headers with
-duplicate names into one (separated by semicolon). Some browsers
+duplicate names into one (separated by commas). Some browsers
that support Cookies don't like merged headers and prefer that each
<CODE>Set-Cookie</CODE> header is sent separately. When parsing the
headers returned by a CGI, Apache will explicitly avoid merging any