25 26 27 28 29
# File 'lib/httpx/io/ssl.rb', line 25 def protocol @io.alpn_protocol || super rescue StandardError super end