mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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
This commit is contained in:
parent
2cc38e6f6b
commit
4b224a7f75
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user