class Excon::SSLSocket

def write(data)

def write(data)
  check_nonblock_support
  super
end