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

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

Issue 1419303009: Move the call to revive packets from QuicConnection::ProcessUdpPacket to QuicConnection::OnPacketCo… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@107135565
Patch Set: Created 5 years, 1 month 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/end_to_end_test.cc
diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
index c6a0a91d7199b7336fe034d57d923bacb31cc642..31faf9543ccef85edd88e8ca9e916af888e7b970 100644
--- a/net/tools/quic/end_to_end_test.cc
+++ b/net/tools/quic/end_to_end_test.cc
@@ -200,12 +200,6 @@ vector<TestParams> GetTestParams() {
client_supports_stateless_rejects,
server_uses_stateless_rejects_if_peer_supported,
congestion_control_tag, auto_tune_flow_control_window));
- if (client_supports_stateless_rejects &&
- server_uses_stateless_rejects_if_peer_supported) {
- // TODO(b/23745998) Make stateless reject work with version
- // negotiation.
- continue;
- }
// Test client supporting all versions and server supporting 1
// version. Simulate an old server and exercise version downgrade
« 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