/[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.3 by nmav, Mon Sep 23 12:48:59 2002 UTC revision 1.4 by nmav, Wed Sep 25 10:42:48 2002 UTC
# Line 147  void send_r_request_partial(request * re Line 147  void send_r_request_partial(request * re
147      if (req->simple)      if (req->simple)
148          return;          return;
149    
150      req_write(req, "HTTP/1.1 206 Partial content\r\n");      req_write(req, "HTTP/1.0 206 Partial content\r\n");
151      print_http_headers(req);      print_http_headers(req);
152    
153      if (!req->is_cgi) {      if (!req->is_cgi) {
# Line 312  void send_r_range_unsatisfiable(request Line 312  void send_r_range_unsatisfiable(request
312          return;          return;
313    
314      if (!req->simple) {      if (!req->simple) {
315          req_write(req, "HTTP/1.1 416 Range Not Satisfiable\r\n");          req_write(req, "HTTP/1.0 416 Range Not Satisfiable\r\n");
316          print_http_headers(req);          print_http_headers(req);
317          req_write(req, "Content-Type: " HTML "\r\n\r\n"); /* terminate header */          req_write(req, "Content-Type: " HTML "\r\n\r\n"); /* terminate header */
318      }      }

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26