Searched refs:last_close_frames_ (Results 1 – 2 of 2) sorted by relevance
311 last_close_frames_.empty()); in OnPacket()746 last_close_frames_.push_back(frame); in OnConnectionCloseFrame()802 << last_close_frames_.size() << " closes, " in OnPacketComplete()855 if (!last_close_frames_.empty()) { in OnPacketComplete()856 CloseConnection(last_close_frames_[0].error_code, true); in OnPacketComplete()906 last_close_frames_.clear(); in ClearLastFrames()
694 std::vector<QuicConnectionCloseFrame> last_close_frames_; variable