coar        99/04/26 05:22:24

  Modified:    htdocs/manual/misc known_client_problems.html
  Log:
        Fix a protocol misquote.
  
  PR:           4308
  Submitted by: Klaus Weide <[EMAIL PROTECTED]>
  Reviewed by:  Ken Coar
  
  Revision  Changes    Path
  1.17      +1 -1      apache-1.3/htdocs/manual/misc/known_client_problems.html
  
  Index: known_client_problems.html
  ===================================================================
  RCS file: /home/cvs/apache-1.3/htdocs/manual/misc/known_client_problems.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- known_client_problems.html        1999/04/20 20:00:39     1.16
  +++ known_client_problems.html        1999/04/26 12:22:24     1.17
  @@ -195,7 +195,7 @@
   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
  
  
  

Reply via email to