fielding    97/01/29 19:46:14

  Modified:    src       http_protocol.c
  Log:
  Also allow WWW-Authenticate to be sent on 304 response.
  
  Submitted by: Doug MacEachern
  
  Revision  Changes    Path
  1.97      +1 -0      apache/src/http_protocol.c
  
  Index: http_protocol.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_protocol.c,v
  retrieving revision 1.96
  retrieving revision 1.97
  diff -C3 -r1.96 -r1.97
  *** http_protocol.c   1997/01/30 03:17:53     1.96
  --- http_protocol.c   1997/01/30 03:46:13     1.97
  ***************
  *** 1515,1520 ****
  --- 1515,1521 ----
            send_header(r, "Cache-Control");
            send_header(r, "Vary");
            send_header(r, "Warning");
  +         send_header(r, "WWW-Authenticate");
            set_keepalive(r);
            bputs("\015\012", c->client);
            return;
  
  
  

Reply via email to