Subject: | t/startssl-failed.t hangs with openssl-1.0.2f |
The t/startssl-failed.t test just hangs when using a Net-SSLeay that links with openssl-1.0.2f. With the 1.0.2e release this wasn't an issue. I see this on multiple platforms; linux, osx, windows.
When I run the test directly I see this output and I get accumulate a hanging background process:
When I run the test directly I see this output and I get accumulate a hanging background process:
gisle@myrull:~/IO-Socket-SSL-2.022$ perl -Mblib t/startssl-failed.t
1..9
ok #Server Initialization
ok #client tcp connect
ok #tcp accept
ok #send non-ssl data
Alarm clock: 14
gisle@myrull:~/IO-Socket-SSL-2.022$ ps -u gisle | grep startssl
501 30350 ttys007 0:13.56 perl -Mblib t/startssl-failed.t
501 30359 ttys007 0:00.00 grep startssl