brian       96/10/22 13:57:55

  Modified:    src       http_protocol.c
  Log:
  Added a comment as to why the H1 text is "4 +".
  
  Revision  Changes    Path
  1.64      +2 -0      apache/src/http_protocol.c
  
  Index: http_protocol.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_protocol.c,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -C3 -r1.63 -r1.64
  *** http_protocol.c   1996/10/22 20:55:58     1.63
  --- http_protocol.c   1996/10/22 20:57:53     1.64
  ***************
  *** 1376,1381 ****
  --- 1376,1383 ----
        }
        {
        char *title = status_lines[idx];
  +     /* folks decided they didn't want the error code in the H1 text */
  + 
        char *h1 = 4 + status_lines[idx];
        BUFF *fd = c->client;
        
  
  
  

Reply via email to