coar        99/06/22 14:17:37

  Modified:    htdocs/manual/mod mod_headers.html
  Log:
        'Header Unset' really unsets all values for the field, not
        just the first.
  
  Submitted by: Robin Langford <[EMAIL PROTECTED]>
  Reviewed by:  Ken Coar
  
  Revision  Changes    Path
  1.10      +1 -1      apache-1.3/htdocs/manual/mod/mod_headers.html
  
  Index: mod_headers.html
  ===================================================================
  RCS file: /home/cvs/apache-1.3/htdocs/manual/mod/mod_headers.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mod_headers.html  1998/05/20 14:12:56     1.9
  +++ mod_headers.html  1999/06/22 21:17:35     1.10
  @@ -75,7 +75,7 @@
   
   <LI><STRONG>unset</STRONG><BR>
     The response header of this name is removed, if it exists. If there are
  -  multiple headers of the same name, only the first one set will be removed.
  +  multiple headers of the same name, all will be removed.
   </UL>
   
   This argument is followed by a header name, which can include the
  
  
  

Reply via email to