Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-0.12.0
-
None
Description
It seems that on Linux you reliably get the end of stream on the select() call immediately after closing the socket at the other end locally. But on FreeBSD you usually don't get the EOS immediately, you need to enter the kernel somehow first, this is causing the test to fail.