You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2004/09/01 15:37:07 UTC

cvs commit: httpd-2.0/modules/http http_protocol.c

niq         2004/09/01 06:37:07

  Modified:    modules/http http_protocol.c
  Log:
  Fix Bug 18388 (Set-Cookie in 304)
  
  Revision  Changes    Path
  1.482     +2 -0      httpd-2.0/modules/http/http_protocol.c
  
  Index: http_protocol.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/http/http_protocol.c,v
  retrieving revision 1.481
  retrieving revision 1.482
  diff -u -r1.481 -r1.482
  --- http_protocol.c	25 May 2004 19:09:45 -0000	1.481
  +++ http_protocol.c	1 Sep 2004 13:37:07 -0000	1.482
  @@ -1664,6 +1664,8 @@
                        "Warning",
                        "WWW-Authenticate",
                        "Proxy-Authenticate",
  +                     "Set-Cookie",
  +                     "Set-Cookie2",
                        NULL);
       }
       else {