class HTTP::Timeout::Global

def write(data)

Write to the socket
def write(data)
  perform_io { write_nonblock(data) }
end