diff --git a/lib/helper.php b/lib/helper.php
index 8e578735f4ca58e1fcae4df87e2bb22638b181a7..908a61b5a2d953becff25d338b98e506cf7853fb 100644
--- a/lib/helper.php
+++ b/lib/helper.php
@@ -370,6 +370,7 @@ class OC_Helper {
 
 			//trim the character set from the end of the response
 			$mimeType=substr($reply,0,strrpos($reply,' '));
+			$mimeType=substr($mimeType,0,strrpos($mimeType,"\n"));
 
 			//trim ;
 			if (strpos($mimeType, ';') !== false) {