marcs (Marc Slemko)
- Login: marcs
- Email: marcs@znep.com
- Registered on: 01/07/2011
- Last sign in: 01/07/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/07/2011
-
10:00 AM Ruby Bug #4246: Net::HTTP does not timeout during SSL connection handshake
- =begin
This script demonstrates the behavior. It opens a socket listening on port 6666, then opens a SSL connection to it. It should timeout after 5 seconds but it instead just hangs.
=end
-
09:58 AM Ruby Bug #4246 (Closed): Net::HTTP does not timeout during SSL connection handshake
- =begin
If you open a SSL connection and it hangs while doing the SSL connection handshake then it does not timeout unless you end up hitting a TCP keepalive timeout.
The problem is that the open_timeout is only applied to the actua...