mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-22 01:10:01 +08:00
add line
This commit is contained in:
@@ -310,6 +310,7 @@ func (s3a *S3ApiServer) proxyToFiler(w http.ResponseWriter, r *http.Request, des
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
defer util.CloseResponse(resp)
|
defer util.CloseResponse(resp)
|
||||||
|
|
||||||
if resp.ContentLength == -1 || resp.StatusCode == 404 {
|
if resp.ContentLength == -1 || resp.StatusCode == 404 {
|
||||||
if r.Method != "DELETE" {
|
if r.Method != "DELETE" {
|
||||||
writeErrorResponse(w, s3err.ErrNoSuchKey, r.URL)
|
writeErrorResponse(w, s3err.ErrNoSuchKey, r.URL)
|
||||||
|
Reference in New Issue
Block a user