Skip to content

Commit 41ecf2a

Browse files
committed
debug for cache check owner
1 parent 58621d4 commit 41ecf2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/http/data.go

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ func NeedCheckPrefix(prefix string) bool {
5656
}
5757

5858
func CheckPathOwner(r *http.Request, prefix string) (bool, error) {
59+
klog.Infof("~~~~Temp log: URL = %s, prefix = %s", r.URL, prefix)
5960
if NeedCheckPrefix(prefix) {
6061
return true, nil
6162
}

0 commit comments

Comments
 (0)