Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
go-web.go
weekly-build-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor