class HTTP::Timeout::Null

def write(data)

Write to the socket
def write(data)
  @socket.write(data)
end