HttpUtils.pm: intendation fixed (Forum #43451)

git-svn-id: https://svn.fhem.de/fhem/trunk@9784 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-11-05 05:39:27 +00:00
parent cb6e6d9b3f
commit 657e8f8fe7

View File

@@ -244,8 +244,8 @@ HttpUtils_Connect2($)
if( ref($hash->{header}) eq 'HASH' ) {
$hash->{header} = join("\r\n",
map(($_.': '.$hash->{header}{$_}), keys %{$hash->{header}}));
}
}
}
}
$hash->{host} =~ s/:.*//;
my $method = $hash->{method};