/[hydra]/hydra/src/cgi_header.c
ViewVC logotype

Diff of /hydra/src/cgi_header.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by nmav, Sat Sep 28 16:32:37 2002 UTC revision 1.3 by nmav, Mon Sep 30 17:16:54 2002 UTC
# Line 81  int process_cgi_header(request * req) Line 81  int process_cgi_header(request * req)
81      }      }
82      if (!strncasecmp(buf, "Status: ", 8)) {      if (!strncasecmp(buf, "Status: ", 8)) {
83          req->header_line--;          req->header_line--;
84          memcpy(req->header_line, "HTTP/1.0 ", 9);          strcpy(req->header_line, HTTP_VERSION" ");
85      } else if (!strncasecmp(buf, "Location: ", 10)) { /* got a location header */      } else if (!strncasecmp(buf, "Location: ", 10)) { /* got a location header */
86  #ifdef FASCIST_LOGGING  #ifdef FASCIST_LOGGING
87    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26