class Excon::SSLSocket
def check_nonblock_support
def check_nonblock_support # backwards compatability for things lacking nonblock if !DEFAULT_NONBLOCK && @data[:nonblock] Excon.display_warning("Excon nonblock is not supported by your OpenSSL::SSL::SSLSocket") @data[:nonblock] = false end end