# File lib/mongrel.rb, line 490
    def write(data)
      @socket.write(data)
    rescue => details
      socket_error(details)
    end