Skip to content

Commit 760c5a6

Browse files
committed
Update README.md
1 parent c85616a commit 760c5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The advantages of using `rdb` over the existing `/net/http/pprof` handlers are:
99
3. You can register the handlers onto `http.ServeMux`'s that aren't `http.DefaultServeMux`.
1010

1111
**Note**:
12-
It still imports `/net/http/pprof`, which means the `/debug/pprof` routes in that package get registered on `http.DefaultServeMux`. If you're using this package you to avoid those routes being registered, you should use it with your own `http.ServeMux`.
12+
It still imports `/net/http/pprof`, which means the `/debug/pprof` routes in that package get registered on `http.DefaultServeMux`. If you're using this package to avoid those routes being registered, you should use it with your own `http.ServeMux`.
1313

1414
`rdb` is trying to cater for the situation where you want all profiling tools available remotely on your running services, but you don't want to expose the `/debug/pprof` routes that `net/http/pprof` forces you to expose.
1515

0 commit comments

Comments
 (0)