Support longpoll/event monitor with chrome.
git-svn-id: https://svn.fhem.de/fhem/trunk@2207 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -483,8 +483,8 @@ FW_answerCall($)
|
|||||||
$me->{NTFY_ORDER} = $FW_cname; # else notifyfn won't be called
|
$me->{NTFY_ORDER} = $FW_cname; # else notifyfn won't be called
|
||||||
my $c = $me->{CD};
|
my $c = $me->{CD};
|
||||||
print $c "HTTP/1.1 200 OK\r\n",
|
print $c "HTTP/1.1 200 OK\r\n",
|
||||||
$FW_headercors,
|
$FW_headercors,
|
||||||
"Content-Type: text/plain; charset=$FW_encoding\r\n\r\n";
|
"Content-Type: application/octet-stream; charset=$FW_encoding\r\n\r\n";
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user