diff --git a/fhem/FHEM/HttpUtils.pm b/fhem/FHEM/HttpUtils.pm index 71dcec4ad..27873ee26 100644 --- a/fhem/FHEM/HttpUtils.pm +++ b/fhem/FHEM/HttpUtils.pm @@ -749,6 +749,10 @@ HttpUtils_Connect2($) HttpUtils_Close($hash); return $hash->{callback}($hash, "write error: $err", undef) } + + Log 1, "Encoding problem in data/header (not UTF-8), check Forum #131207" + if(length($data) < $ret); + $data = substr($data,$ret); if(length($data) == 0) { shutdown($hash->{conn}, 1) if($s);