From 76c395c638ced5a9a8bd2f85cc441bdf5eedd23c Mon Sep 17 00:00:00 2001 From: Masaori Koshiba Date: Wed, 12 May 2021 14:12:44 +0900 Subject: [PATCH] Cleanup: Remove a meaningless Http2Stream::do_io_close() call --- proxy/http2/Http2Stream.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/proxy/http2/Http2Stream.cc b/proxy/http2/Http2Stream.cc index 420a59e4be3..e486f2a99fa 100644 --- a/proxy/http2/Http2Stream.cc +++ b/proxy/http2/Http2Stream.cc @@ -539,7 +539,6 @@ Http2Stream::initiating_close() } } else if (!sent_write_complete) { // Transaction is already gone or not started. Kill yourself - do_io_close(); terminate_stream = true; terminate_if_possible(); }