From 202a5e4df9ca5f5dc3e4964a6aa02dc56cb9f044 Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Thu, 19 Dec 2002 19:20:25 +0000 Subject: remove spurious CRLF git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@231 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/plugins/check_http.c b/plugins/check_http.c index 781d149..bbc76da 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 } -- cgit v0.10-9-g596f