You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason is that the witchcraft router does not support handlers accepting subpaths, and the net/http/pprof Index handler tries to automatically handle these routes.
What did you want to happen?
The text was updated successfully, but these errors were encountered:
What happened?
Several pprof routes are missing and 404 from the pprof index. This code fixes it:
The reason is that the witchcraft router does not support handlers accepting subpaths, and the net/http/pprof Index handler tries to automatically handle these routes.
What did you want to happen?
The text was updated successfully, but these errors were encountered: