2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 23:06:37 +00:00

ENIGMA2: use HTTP/1.1

git-svn-id: https://svn.fhem.de/fhem/trunk@13387 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2017-02-11 13:34:18 +00:00
parent 492b6f334e
commit c44a1945e6

View File

@ -977,6 +977,7 @@ sub ENIGMA2_SendCommand($$;$$) {
cmd => $cmd,
type => $type,
callback => \&ENIGMA2_ReceiveCommand,
httpversion => "1.1",
}
);