2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

98_HTTPMOD: fix a bug in utils regarding bodyDecode

git-svn-id: https://svn.fhem.de/fhem/trunk@23988 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
StefanStrobel 2021-03-17 16:39:11 +00:00
parent 1841c3e1e1
commit 53a936e345

View File

@ -745,7 +745,7 @@ sub BodyDecode {
}
else {
Log3 $name, 4, "$name: BodyDecode is decoding the response body as $bodyDecode but charset header is $bodyCharset";
$decoding = $bodyCharset;
$decoding = $bodyDecode;
}
if ($decoding) {