/[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.27 by chopp, Wed Oct 1 13:34:47 2003 UTC revision 1.28 by hauk, Wed Oct 8 03:53:55 2003 UTC
# Line 603  static void send_response(HttpResponse r Line 603  static void send_response(HttpResponse r
603      socket_print(S, "Connection: close\r\n");      socket_print(S, "Connection: close\r\n");
604      if(headers)      if(headers)
605          socket_print(S, "%s", headers);          socket_print(S, "%s", headers);
606      socket_print(S, "\r\n\r\n");      socket_print(S, "\r\n");
607                
608      if(res->bufused)      if(res->bufused)
609          socket_write(S, res->outputbuffer, res->bufused);          socket_write(S, res->outputbuffer, res->bufused);

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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