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

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

Issue 1421703005: Fix QUIC end to end test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@106356338
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 b99cf1e454b7cf20c2e580c1f9b670c637b575b5..329d466fe098f9d8916c441ae45cc20d4c4654bc 100644
--- a/net/tools/quic/end_to_end_test.cc
+++ b/net/tools/quic/end_to_end_test.cc
@@ -1721,7 +1721,7 @@ TEST_P(EndToEndTest, AckNotifierWithPacketLossAndBlockedSocket) {
EXPECT_EQ(200u, client_->response_headers()->parsed_response_code());
// Send another request to flush out any pending ACKs on the server.
- client_->SendSynchronousRequest(request_string);
+ client_->SendSynchronousRequest("/bar");
// Pause the server to avoid races.
server_thread_->Pause();
« 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