mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-15 22:00:06 -04:00
remove spurious CRLF
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@231 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
43e8380ceb
commit
202a5e4df9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue