TcpServerUtils.pm: Blocking(0) deactivated, as causes problems with SSL.

Forum # 24799


git-svn-id: https://svn.fhem.de/fhem/trunk@6257 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2014-07-15 07:18:02 +00:00
parent 1ff6a6328a
commit 15c2cfd1b1

View File

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