File weekly-build-fix.patch of Package go-web.go

diff --git a/web.go b/web.go
index 0bd394b..9425526 100644
--- a/web.go
+++ b/web.go
@@ -439,7 +439,7 @@ func (s *Server) Run(addr string) {
 
     mux.Handle("/debug/pprof/cmdline", http.HandlerFunc(pprof.Cmdline))
     mux.Handle("/debug/pprof/profile", http.HandlerFunc(pprof.Profile))
-    mux.Handle("/debug/pprof/heap", http.HandlerFunc(pprof.Heap))
+    //mux.Handle("/debug/pprof/heap", http.HandlerFunc(pprof.Heap))
     mux.Handle("/debug/pprof/symbol", http.HandlerFunc(pprof.Symbol))
     mux.Handle("/", s)
 
openSUSE Build Service is sponsored by