Fix function comment
Signed-off-by: PingWang <wang.ping5@zte.com.cn> Kubernetes-commit: 7750422a9d5038a2b9da5b79990ceff406434f77
This commit is contained in:
parent
b571c70e6e
commit
b8e8ca734e
|
|
@ -55,7 +55,7 @@ type PathRecorderMux struct {
|
|||
pathStacks map[string]string
|
||||
}
|
||||
|
||||
// pathHandler is an http.Handler that will satify requests first by exact match, then by prefix,
|
||||
// pathHandler is an http.Handler that will satisfy requests first by exact match, then by prefix,
|
||||
// then by notFoundHandler
|
||||
type pathHandler struct {
|
||||
// muxName is used for logging so you can trace requests through
|
||||
|
|
|
|||
Loading…
Reference in New Issue