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

Diff of /hydra/src/response.c

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

revision 1.10 by nmav, Sun Sep 29 12:02:57 2002 UTC revision 1.11 by nmav, Sun Sep 29 15:34:23 2002 UTC
# Line 229  void send_r_not_modified(request * req) Line 229  void send_r_not_modified(request * req)
229      req_write(req, HTTP_VERSION" 304 Not Modified\r\n");      req_write(req, HTTP_VERSION" 304 Not Modified\r\n");
230      print_http_headers(req);      print_http_headers(req);
231      print_content_type(req);      print_content_type(req);
232        print_etag(req);
233      req_write(req, "\r\n");      req_write(req, "\r\n");
234      req_flush(req);      req_flush(req);
235  }  }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26