2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 09:49:50 +00:00

TcpServerUtils.pm: avoid blocking (Forum #24799)

git-svn-id: https://svn.fhem.de/fhem/trunk@6250 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-07-13 12:20:28 +00:00
parent f347e9795c
commit f0ef2aa7de

View File

@ -80,6 +80,8 @@ TcpServer_Accept($$)
}
}
$clientinfo[0]->blocking(0); # Forum #24799
if($hash->{SSL}) {
# Certs directory must be in the modpath, i.e. at the same level as the
# FHEM directory