Skip to content

Commit

Permalink
fix coredump cause by uri like 'host:port/hotspots/growth_non_respons…
Browse files Browse the repository at this point in the history
…ive?console=abc' (#1278)
  • Loading branch information
acelyc111 authored Aug 29, 2022
1 parent d0b71ff commit c8b2f15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/brpc/builtin/hotspots_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c8b2f15

Please sign in to comment.