class Excon::SSLSocket

def read(max_length=nil)

def read(max_length=nil)
  check_nonblock_support
  super
end