From 4b224a7f7588f527a2c377f1de3daef4be6526b7 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 15 Jul 2014 07:18:02 +0000 Subject: [PATCH] TcpServerUtils.pm: Blocking(0) deactivated, as causes problems with SSL. Forum # 24799 git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@6257 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/TcpServerUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/TcpServerUtils.pm b/FHEM/TcpServerUtils.pm index 1a8ab7c9b..57b8f139b 100644 --- a/FHEM/TcpServerUtils.pm +++ b/FHEM/TcpServerUtils.pm @@ -80,7 +80,7 @@ TcpServer_Accept($$) } } - $clientinfo[0]->blocking(0); # Forum #24799 + #$clientinfo[0]->blocking(0); # Forum #24799 if($hash->{SSL}) { # Certs directory must be in the modpath, i.e. at the same level as the