Received: by taz.hyperreal.com (8.7.6/V2.0) id NAA19286; Tue, 22 Oct 1996 13:57:57 -0700 (PDT) Received: by taz.hyperreal.com (8.7.6/V2.0) id NAA19274; Tue, 22 Oct 1996 13:57:55 -0700 (PDT) Date: Tue, 22 Oct 1996 13:57:55 -0700 (PDT) From: Brian Behlendorf Message-Id: <199610222057.NAA19274@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src http_protocol.c Sender: owner-apache-cvs@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com 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;