2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

01_FHEMWEB.pm: revert the Content-Type "fix" (Forum #126213)

git-svn-id: https://svn.fhem.de/fhem/trunk@25685 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2022-02-15 10:56:27 +00:00
parent 1b9b4587e8
commit 0f41426543

View File

@ -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});