From 7be828bb4cb622e6d48f7fe638d8da46b76fbbd5 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Tue, 18 Nov 2014 21:51:36 -0600 Subject: [PATCH] util/loghttp: Don't implicitly expose pprof --- util/loghttp.go | 1 - 1 file changed, 1 deletion(-) diff --git a/util/loghttp.go b/util/loghttp.go index 399750aa..f222c41f 100644 --- a/util/loghttp.go +++ b/util/loghttp.go @@ -4,7 +4,6 @@ import ( "log" "net" "net/http" - _ "net/http/pprof" ) func LoggedHTTPServe(addr string) *http.ServeMux { -- 2.48.1