From 3f663e1be88e4c58bdb28246f7b7622cf2efbb66 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 25 Oct 2006 04:55:59 +0100 Subject: Snoopy: revert cr-lf patch, breaks http auth --- magpierss/extlib/Snoopy.class.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'magpierss/extlib') diff --git a/magpierss/extlib/Snoopy.class.inc b/magpierss/extlib/Snoopy.class.inc index 080e694a6..2cf785827 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."\r\n"; + $headers .= $headerKey.": ".$headerVal; } if(!empty($content_type)) { $headers .= "Content-type: $content_type"; -- cgit v1.2.3