Index: net/quic/core/quic_spdy_session.cc |
diff --git a/net/quic/core/quic_spdy_session.cc b/net/quic/core/quic_spdy_session.cc |
index be9aa55dd03dd08703f2f5180fa4c8edbf3331a3..ec950dcd90636576cd73b3c1552e143907b8d78f 100644 |
--- a/net/quic/core/quic_spdy_session.cc |
+++ b/net/quic/core/quic_spdy_session.cc |
@@ -628,7 +628,8 @@ void QuicSpdySession::OnConfigNegotiated() { |
DisableHpackDynamicTable(); |
} |
const QuicVersion version = connection()->version(); |
- if (FLAGS_quic_reloadable_flag_quic_enable_force_hol_blocking && |
+ if (!use_stream_notifier() && |
+ FLAGS_quic_reloadable_flag_quic_enable_force_hol_blocking && |
version == QUIC_VERSION_36 && config()->ForceHolBlocking(perspective())) { |
force_hol_blocking_ = true; |
// Since all streams are tunneled through the headers stream, it |