Project

General

Profile

Actions

Backport #3510

closed

ssl_timeout appears not to work in net/https

Added by amiklas (Andrew Miklas) almost 14 years ago. Updated almost 5 years ago.

Status:
Closed

Description

=begin
It is possible to cause Net::HTTP.get to block indefinitely even when values are given for open_timeout, read_timeout, and ssl_timeout. The problem only happens when use_ssl? is true: the behaviour of non-SSL requests is as expected.

To reproduce:

  1. Run "listen.rb" in the background (simulates a misbehaving server that accepts connections but doesn't deliver any data)
  2. Run "http_test.rb" -- notice that the exception is delivered after 5 seconds, as expected.
  3. Run "https_test.rb" -- notice that the GET call never returns, and no timeout exception is delivered.

(Apologies if this is the wrong spot for this. Is net/https considered part of Ruby's standard library?)
=end


Files

listen.rb (216 Bytes) listen.rb amiklas (Andrew Miklas), 06/30/2010 05:25 PM
http_test.rb (125 Bytes) http_test.rb amiklas (Andrew Miklas), 06/30/2010 05:25 PM
https_test.rb (159 Bytes) https_test.rb amiklas (Andrew Miklas), 06/30/2010 05:25 PM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0