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