SmsS4
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
weed/server/volume_server_handlers_read.go
|
|
@ -166,7 +166,6 @@ func (vs *VolumeServer) GetOrHeadHandler(w http.ResponseWriter, r *http.Request) |
|
|
|
} |
|
|
|
if n.Cookie != cookie { |
|
|
|
glog.V(0).Infof("request %s with cookie:%x expected:%x from %s agent %s", r.URL.Path, cookie, n.Cookie, r.RemoteAddr, r.UserAgent()) |
|
|
|
stats.VolumeServerRequestCounter.WithLabelValues(stats.ErrorGetNotFound).Inc() |
|
|
|
NotFound(w) |
|
|
|
return |
|
|
|
} |
|
|
|