lib/async/http/protocol/https.rb in async-http-0.13.0 vs lib/async/http/protocol/https.rb in async-http-0.14.0

- old
+ new

@@ -24,10 +24,10 @@ require_relative '../pool' require 'openssl' unless OpenSSL::SSL::SSLContext.instance_methods.include? :alpn_protocols= - abort "OpenSSL implementation doesn't support ALPN." + warn "OpenSSL implementation doesn't support ALPN." end module Async module HTTP module Protocol