summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 43e8380)
raw | patch | inline | side by side (parent: 43e8380)
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Thu, 19 Dec 2002 19:20:25 +0000 (19:20 +0000) | ||
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Thu, 19 Dec 2002 19:20:25 +0000 (19:20 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@231 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_http.c | patch | blob | history |
diff --git a/plugins/check_http.c b/plugins/check_http.c
index 781d1498cc170a49529b8ac2a2524007b1c79046..bbc76daeebb59d516b9e7dfb99deb47c0a0bf5d9 100644 (file)
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
}
/* send a newline so the server knows we're done with the request */
- asprintf (&buf, "\r\n\r\n");
+ asprintf (&buf, "\r\n");
send (sd, buf, strlen (buf), 0);
#ifdef HAVE_SSL
}