Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Unified Diff: net/quic/quic_session.cc

Issue 843643002: Cleanup: Remove some redundant container clear() calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/extension_pref_value_map.cc ('k') | net/spdy/spdy_read_queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_session.cc
diff --git a/net/quic/quic_session.cc b/net/quic/quic_session.cc
index 20fd9835b0c5daa64dcaa7fd679f32f1181edf11..f747169dc71d9ddd22a24991f7eb065a8b43ffe0 100644
--- a/net/quic/quic_session.cc
+++ b/net/quic/quic_session.cc
@@ -748,7 +748,6 @@ bool QuicSession::GetSSLInfo(SSLInfo* ssl_info) const {
void QuicSession::PostProcessAfterData() {
STLDeleteElements(&closed_streams_);
- closed_streams_.clear();
if (connection()->connected() &&
locally_closed_streams_highest_offset_.size() > max_open_streams_) {
« no previous file with comments | « extensions/browser/extension_pref_value_map.cc ('k') | net/spdy/spdy_read_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698