HP1000: use HTTP/1.1

git-svn-id: https://svn.fhem.de/fhem/trunk@13386 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2017-02-11 13:33:50 +00:00
parent 6d830a855d
commit 3fa3cf3c4a

View File

@@ -1244,6 +1244,7 @@ sub HP1000_PushSrv($$) {
noshutdown => $http_noshutdown,
data => undef,
hash => $hash,
httpversion => "1.1",
callback => \&HP1000_ReturnSrv,
}
);