Skip to content

Commit 78c8c09

Browse files
committed
debug for cache check owner
1 parent 41ecf2a commit 78c8c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/http/data.go

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

5858
func CheckPathOwner(r *http.Request, prefix string) (bool, error) {
5959
klog.Infof("~~~~Temp log: URL = %s, prefix = %s", r.URL, prefix)
60-
if NeedCheckPrefix(prefix) {
60+
if !NeedCheckPrefix(prefix) {
6161
return true, nil
6262
}
6363

0 commit comments

Comments
 (0)