HttpUtils.pm: intendation fixed (Forum #43451)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9784 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -244,8 +244,8 @@ HttpUtils_Connect2($)
|
|||||||
if( ref($hash->{header}) eq 'HASH' ) {
|
if( ref($hash->{header}) eq 'HASH' ) {
|
||||||
$hash->{header} = join("\r\n",
|
$hash->{header} = join("\r\n",
|
||||||
map(($_.': '.$hash->{header}{$_}), keys %{$hash->{header}}));
|
map(($_.': '.$hash->{header}{$_}), keys %{$hash->{header}}));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$hash->{host} =~ s/:.*//;
|
$hash->{host} =~ s/:.*//;
|
||||||
my $method = $hash->{method};
|
my $method = $hash->{method};
|
||||||
|
|||||||
Reference in New Issue
Block a user