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

Diff of /monit/protocols/http.c

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

revision 1.45 by hauk, Sun May 1 20:03:07 2005 UTC revision 1.46 by martinp, Tue Jun 28 21:09:59 2005 UTC
# Line 301  static int do_regex(Http_T *H, Request_T Line 301  static int do_regex(Http_T *H, Request_T
301    n= 0;    n= 0;
302    size= 0;    size= 0;
303    length= H->content_length;    length= H->content_length;
304    buf= xmalloc(H->content_length);    buf= xmalloc(H->content_length + 1);
305        
306    do {    do {
307        n= socket_read(H->s, &buf[size], length);        n= socket_read(H->s, &buf[size], length);

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

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