From 30d70db56cde4b037965a415d1597eeddbed82c1 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 15 Feb 2022 10:56:27 +0000 Subject: [PATCH] 01_FHEMWEB.pm: revert the Content-Type "fix" (Forum #126213) git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@25685 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/01_FHEMWEB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/01_FHEMWEB.pm b/FHEM/01_FHEMWEB.pm index 638b52319..4a2cd4860 100644 --- a/FHEM/01_FHEMWEB.pm +++ b/FHEM/01_FHEMWEB.pm @@ -645,7 +645,7 @@ FW_finishRead($$$) "HTTP/1.1 $FW_httpRetCode\r\n" . "Content-Length: $length\r\n" . $expires . $compressed . $FW_headerlines . - "Content-Type: text/html; charset=$FW_RETTYPE\r\n\r\n" . + "Content-Type: $FW_RETTYPE\r\n\r\n" . $FW_RET, "FW_closeConn", 1, $encoded) ){ Log3 $name, 4, "Closing connection $name due to full buffer in FW_Read" if(!$hash->{isChild});