You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, JRuby cannot be supported, mainly because of:
npn_protocols is an undefined method for OpenSSL::SSL::SSLContext in JRuby. This is used in the client to ensure that the proper protocols is negotiated.
Right now, JRuby cannot be supported, mainly because of:
npn_protocols
is an undefined method forOpenSSL::SSL::SSLContext
in JRuby. This is used in the client to ensure that the proper protocols is negotiated.sends multiple GET requests concurrently
test hangs, needs investigation.returns nil when no concurrent responses are received within the specified timeout
test can randomly fail.The text was updated successfully, but these errors were encountered: