fix malformed http reply header

This commit is contained in:
Matt Wells 2015-01-15 10:40:23 -08:00
parent e886f1bbac
commit 51cda3bac0

View File

@ -3295,6 +3295,7 @@ bool sendNotification ( EmailInfo *ei ) {
, uu.getPath()
);
fullReq.safeMemcpy ( uu.getHost() , uu.getHostLen() );
fullReq.safePrintf("\r\n");
// make custom headers
fullReq.safePrintf ("X-Crawl-Name: %s\r\n"
// last \r\n is added in HttpRequest.cpp