/[monit]/monit/http/processor.c
ViewVC logotype

Diff of /monit/http/processor.c

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

revision 1.34 by hauk, Fri Nov 21 19:10:59 2003 UTC revision 1.35 by martinp, Sat Nov 22 17:30:20 2003 UTC
# Line 593  static void send_response(HttpResponse r Line 593  static void send_response(HttpResponse r
593                   res->status_msg);                   res->status_msg);
594      socket_print(S, "Date: %s\r\n", date);      socket_print(S, "Date: %s\r\n", date);
595      socket_print(S, "Server: %s\r\n", server);      socket_print(S, "Server: %s\r\n", server);
596      socket_print(S, "Content-length: %d\r\n", res->bufused);      socket_print(S, "Content-Length: %d\r\n", res->bufused);
597      socket_print(S, "Connection: close\r\n");      socket_print(S, "Connection: close\r\n");
598      if(headers)      if(headers)
599          socket_print(S, "%s", headers);          socket_print(S, "%s", headers);

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26