class HTTP::Timeout::Global

def write_nonblock(data)

def write_nonblock(data)
  @socket.write_nonblock(data, :exception => false)
end