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

Unified Diff: net/quic/quic_connection.cc

Issue 1782193002: Add whether QUIC's unencrypted stream data was received or about to be sent in the error log. Logg… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@116146641
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection.cc
diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
index 4b4431f175fde74e90ddb7c94bdb2d3a42a81cc4..b107ee44ba1eaf514f70a288eefa3dc5bb86bde5 100644
--- a/net/quic/quic_connection.cc
+++ b/net/quic/quic_connection.cc
@@ -655,6 +655,7 @@ bool QuicConnection::OnStreamFrame(const QuicStreamFrame& frame) {
QUIC_BUG << ENDPOINT
<< "Received an unencrypted data frame: closing connection"
<< " packet_number:" << last_header_.packet_number
+ << " stream_id:" << frame.stream_id
<< " received_packets:" << received_packet_manager_.ack_frame();
SendConnectionCloseWithDetails(QUIC_UNENCRYPTED_STREAM_DATA,
"Unencrypted stream data seen");
« 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