Skip to content

Commit f8564fe

Browse files
authored
Cleanup: Remove a meaningless Http2Stream::do_io_close() call (#7814)
1 parent f8ddad1 commit f8564fe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

proxy/http2/Http2Stream.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,6 @@ Http2Stream::initiating_close()
539539
}
540540
} else if (!sent_write_complete) {
541541
// Transaction is already gone or not started. Kill yourself
542-
do_io_close();
543542
terminate_stream = true;
544543
terminate_if_possible();
545544
}

0 commit comments

Comments
 (0)