| Index: net/tools/quic/quic_simple_server_stream.cc
|
| diff --git a/net/tools/quic/quic_simple_server_stream.cc b/net/tools/quic/quic_simple_server_stream.cc
|
| index c5737b9b3638bbf1c4117f20b839fb0af8e0fa26..d7aad712c1335cc4ace7fe4ad62aebdff5f5b9fb 100644
|
| --- a/net/tools/quic/quic_simple_server_stream.cc
|
| +++ b/net/tools/quic/quic_simple_server_stream.cc
|
| @@ -231,10 +231,6 @@ void QuicSimpleServerStream::SendHeadersAndBodyAndTrailers(
|
| SpdyHeaderBlock response_headers,
|
| QuicStringPiece body,
|
| SpdyHeaderBlock response_trailers) {
|
| - if (!allow_bidirectional_data() && !reading_stopped()) {
|
| - StopReading();
|
| - }
|
| -
|
| // Send the headers, with a FIN if there's nothing else to send.
|
| bool send_fin = (body.empty() && response_trailers.empty());
|
| QUIC_DLOG(INFO) << "Stream " << id() << " writing headers (fin = " << send_fin
|
|
|