JRuby-OpenSSL frequently hangs on HTTPRequests ----------------------------------------------
Key: JRUBY-2676 URL: http://jira.codehaus.org/browse/JRUBY-2676 Project: JRuby Issue Type: Bug Components: JRuby-extras Affects Versions: JRuby 1.1.2 Environment: Mac OS X Java 1.5.0_13-b05-237 Reporter: Evan Light Priority: Critical When sending an HTTP GET using JRuby-OpenSSL, the GET hangs more than half of the time. Relevant stacktrace below: /Users/light/dev/oss/jruby/trunk/jruby/lib/ruby/1.8/net/protocol.rb:86:in `read': execution expired (Timeout::Error) from /Users/light/dev/oss/jruby/trunk/jruby/lib/ruby/1.8/net/http.rb:2223:in `read_body_0' from /Users/light/dev/oss/jruby/trunk/jruby/lib/ruby/1.8/net/http.rb:2184:in `read_body' from /Users/light/dev/oss/jruby/trunk/jruby/lib/ruby/1.8/net/http.rb:2209:in `body' from /Users/light/dev/oss/jruby/trunk/jruby/lib/ruby/1.8/net/http.rb:2148:in `reading_body' from /Users/light/dev/oss/jruby/trunk/jruby/lib/ruby/1.8/net/http.rb:1061:in `request' With SSL disabled on both the server and client, the request goes through with no problem whatsoever. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email