# File lib/em-http/client.rb, line 74
    def continue?
      @response_header.status == 100 && (@req.method == 'POST' || @req.method == 'PUT')
    end