diff --git a/fhem/FHEM/HttpUtils.pm b/fhem/FHEM/HttpUtils.pm index 96075d46e..491a8ed6e 100644 --- a/fhem/FHEM/HttpUtils.pm +++ b/fhem/FHEM/HttpUtils.pm @@ -862,6 +862,7 @@ HttpUtils_ParseAnswer($) # Request the URL with the Digest response if($hash->{callback}) { + delete($hash->{hu_inProgress}); HttpUtils_NonblockingGet($hash); return ("", "", 1); } else { @@ -886,6 +887,7 @@ HttpUtils_ParseAnswer($) Log3 $hash, $hash->{loglevel}, "HttpUtils $hash->{displayurl}: ". "Redirect to ".($hash->{hideurl} ? "" : $hash->{url}); if($hash->{callback}) { + delete($hash->{hu_inProgress}); HttpUtils_NonblockingGet($hash); return ("", "", 1); } else {