aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r--plugins/check_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c
index 781d1498..bbc76dae 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -650,7 +650,7 @@ check_http (void)
}
/* 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
}