mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 07:16:03 +00:00
THINKINGCLEANER: use HTTP/1.1
git-svn-id: https://svn.fhem.de/fhem/trunk@13389 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4649d19354
commit
420ade4a4a
@ -1102,6 +1102,7 @@ sub THINKINGCLEANER_SendCommand($$;$$) {
|
|||||||
service => $service,
|
service => $service,
|
||||||
cmd => $cmd,
|
cmd => $cmd,
|
||||||
type => $type,
|
type => $type,
|
||||||
|
httpversion => "1.1",
|
||||||
callback => \&THINKINGCLEANER_ReceiveCommand,
|
callback => \&THINKINGCLEANER_ReceiveCommand,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user