/[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.4 by nmav, Sun Oct 6 09:42:50 2002 UTC revision 1.5 by nmav, Wed Jan 22 07:51:49 2003 UTC
# Line 47  Line 47 
47   line-by-line, and check for any problems with the CGI   line-by-line, and check for any problems with the CGI
48   outputting overriding http responses, etc...   outputting overriding http responses, etc...
49   */   */
   
50  int process_cgi_header(request * req)  int process_cgi_header(request * req)
51  {  {
52      char *buf;      char *buf;
# Line 72  int process_cgi_header(request * req) Line 71  int process_cgi_header(request * req)
71              return 0;              return 0;
72          }          }
73      }      }
74      if (req->simple) {      if (req->http_version == HTTP_0_9) {
75          if (*(c + 1) == '\r')          if (*(c + 1) == '\r')
76              req->header_line = c + 2;              req->header_line = c + 2;
77          else          else

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26