Index: net/quic/reliable_quic_stream.cc |
diff --git a/net/quic/reliable_quic_stream.cc b/net/quic/reliable_quic_stream.cc |
index 7db9a570a394881027d7c0881d7c29435e04b2ba..70b6d9af0305132fd85a2ca8c425f321558dc8be 100644 |
--- a/net/quic/reliable_quic_stream.cc |
+++ b/net/quic/reliable_quic_stream.cc |
@@ -457,7 +457,7 @@ void ReliableQuicStream::OnClose() { |
// written on this stream before termination. Done here if needed, using a |
// RST frame. |
DVLOG(1) << ENDPOINT << "Sending RST in OnClose: " << id(); |
- session_->SendRstStream(id(), QUIC_RST_FLOW_CONTROL_ACCOUNTING, |
+ session_->SendRstStream(id(), QUIC_RST_ACKNOWLEDGEMENT, |
stream_bytes_written_); |
rst_sent_ = true; |
} |