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:
parent
1b9b4587e8
commit
0f41426543
@ -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});
|
||||
|
Loading…
Reference in New Issue
Block a user