Index: net/quic/quic_http_stream_test.cc |
diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc |
index b29a0e4eb6ebb13d37594b65b3a6a8b5d1a8f600..eb6dbe873bc6428ab816cf83b9a2544fea97fb5b 100644 |
--- a/net/quic/quic_http_stream_test.cc |
+++ b/net/quic/quic_http_stream_test.cc |
@@ -528,8 +528,7 @@ TEST_F(QuicHttpStreamTest, SendChunkedPostRequest) { |
TEST_F(QuicHttpStreamTest, DestroyedEarly) { |
SetRequestString("GET", "/"); |
AddWrite(SYNCHRONOUS, ConstructDataPacket(1, true, kFin, 0, request_data_)); |
- AddWrite(SYNCHRONOUS, ConstructRstPacket(2, 3)); |
- AddWrite(SYNCHRONOUS, ConstructAckPacket(3, 2, 1)); |
+ AddWrite(SYNCHRONOUS, ConstructAckPacket(2, 2, 1)); |
use_closing_stream_ = true; |
Initialize(); |