From b87c633b4d05d3644d6924b99107acacb16f0d2a Mon Sep 17 00:00:00 2001 From: Yingchun Lai <405403881@qq.com> Date: Mon, 26 Oct 2020 18:11:33 +0800 Subject: [PATCH] fix coredump cause by uri like 'host:port/hotspots/growth_non_responsive?console=abc' --- src/brpc/builtin/hotspots_service.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/brpc/builtin/hotspots_service.cpp b/src/brpc/builtin/hotspots_service.cpp index b4e8fcf313..2d3b6ae449 100644 --- a/src/brpc/builtin/hotspots_service.cpp +++ b/src/brpc/builtin/hotspots_service.cpp @@ -589,7 +589,6 @@ static void DisplayResult(Controller* cntl, } break; } - CHECK(!use_html); // NOTE: not send prof_result to os first which does copying. os.move_to(resp); if (use_html) {