In trying to verify Yaws under R15B03 I noticed it was failing its SSL accept timeout test, which works fine under previous Erlang/OTP versions.<div><br></div><div>Compile this module and run its start/0 function to reproduce the problem:</div>
<div><br></div><div><a href="https://gist.github.com/4163038">https://gist.github.com/4163038</a><br></div><div><br></div><div>The test does an SSL accept with a timeout, then does a TCP connect from a client which of course won't complete the handshake and should cause the timeout to kick in. Unfortunately the timeout doesn't occur.</div>
<div><br></div><div>--steve</div>