From c57805152799fdc32e86bd11377b138c5ca33004 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 25 Oct 2006 03:06:06 +0100 Subject: [PATCH] UNDO: Snoopy: remove unneeded crlf from raw headers --- magpierss/extlib/Snoopy.class.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magpierss/extlib/Snoopy.class.inc b/magpierss/extlib/Snoopy.class.inc index 2cf78582..080e694a 100644 --- a/magpierss/extlib/Snoopy.class.inc +++ b/magpierss/extlib/Snoopy.class.inc @@ -506,7 +506,7 @@ class Snoopy if(!is_array($this->rawheaders)) $this->rawheaders = (array)$this->rawheaders; while(list($headerKey,$headerVal) = each($this->rawheaders)) - $headers .= $headerKey.": ".$headerVal; + $headers .= $headerKey.": ".$headerVal."\r\n"; } if(!empty($content_type)) { $headers .= "Content-type: $content_type"; -- 2.39.2