From 7f5f9221fed4cb7b480ed81b8b3630223d301766 Mon Sep 17 00:00:00 2001 From: Masaori Koshiba Date: Wed, 5 Oct 2016 14:17:20 +0900 Subject: [PATCH] TS-4934: Remove invalid assert --- proxy/http2/Http2Stream.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/proxy/http2/Http2Stream.cc b/proxy/http2/Http2Stream.cc index 8eb35fb1d5e..1750b049755 100644 --- a/proxy/http2/Http2Stream.cc +++ b/proxy/http2/Http2Stream.cc @@ -329,8 +329,6 @@ Http2Stream::do_io_close(int /* flags */) // Wee will be removed at send_data_frames or closing connection phase static_cast(parent)->connection_state.send_data_frames(this); } - // Check to see if the stream is in the closed state - ink_assert(get_state() == HTTP2_STREAM_STATE_CLOSED || get_state() == HTTP2_STREAM_STATE_HALF_CLOSED_REMOTE); clear_timers(); clear_io_events();