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

Unified Diff: net/tools/quic/quic_spdy_server_stream_base.cc

Issue 2545893002: Remove LOG(ERROR) from QuicSpdyServerStreamBase. (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_spdy_server_stream_base.cc
diff --git a/net/tools/quic/quic_spdy_server_stream_base.cc b/net/tools/quic/quic_spdy_server_stream_base.cc
index 1f5244d9ddb4830248872507a2f35f70cca9ea19..4b68127775d04b55e47dd68be7fe23a9d8c3bc28 100644
--- a/net/tools/quic/quic_spdy_server_stream_base.cc
+++ b/net/tools/quic/quic_spdy_server_stream_base.cc
@@ -13,7 +13,6 @@ QuicSpdyServerStreamBase::QuicSpdyServerStreamBase(QuicStreamId id,
: QuicSpdyStream(id, session) {}
void QuicSpdyServerStreamBase::CloseWriteSide() {
- LOG(ERROR) << "CloseWriteSide()";
if (!fin_received() && !rst_received() && sequencer()->ignore_read_data() &&
!rst_sent()) {
// Early cancel the stream if it has stopped reading before receiving FIN
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698