# File lib/yajl/http_stream.rb, line 83
    def terminate
      @intentional_termination = true
      @socket.close
    end