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:
rudolfkoenig
2015-11-05 05:39:27 +00:00
parent af04d8f662
commit 4327ad7806

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};