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:
parent
1841c3e1e1
commit
53a936e345
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user