Merge pull request #6957 from cheatfate/fix6906

Fix #6906
This commit is contained in:
Dominik Picheta
2017-12-22 15:33:22 +00:00
committed by GitHub

View File

@@ -1234,7 +1234,7 @@ else:
processBasicCallbacks(fd, writeList)
result = true
if Event.User in events or events == {Event.Error}:
if Event.User in events:
processBasicCallbacks(fd, readList)
custom = true
if rLength == 0: