mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
HttpUtils.pm: Fixing digestheader (Forum #43043)
git-svn-id: https://svn.fhem.de/fhem/trunk@14898 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6727cb7280
commit
1a32894b59
@ -545,7 +545,7 @@ HttpUtils_DigestHeader($$)
|
||||
my ($hash, $header) = @_;
|
||||
my %digdata;
|
||||
|
||||
while($header =~ /(\w+)="?([^"]+?)"?(?:,\s+|$)/gc) {
|
||||
while($header =~ /(\w+)="?([^"]+?)"?(?:\s*,\s*|$)/gc) {
|
||||
$digdata{$1} = $2;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user