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 095142d6a71629d2413fafb4839edbde3acfa2f1..0e111e1e24ab3b16612d7ad48d45bd9ff73222b7 100644 |
--- a/net/tools/quic/end_to_end_test.cc |
+++ b/net/tools/quic/end_to_end_test.cc |
@@ -343,6 +343,7 @@ class EndToEndTest : public ::testing::TestWithParam<TestParams> { |
// TODO(nimia): Consider setting the congestion control algorithm for the |
// client as well according to the test parameter. |
copt.push_back(GetParam().congestion_control_tag); |
+ copt.push_back(kSPSH); |
if (GetParam().client_supports_stateless_rejects) { |
copt.push_back(kSREJ); |