mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-08 23:54:14 +00:00
commit
2b4619842d
@ -2482,6 +2482,11 @@ int S3fsCurl::RequestPerform(bool dontAddAuthHeaders /*=false*/)
|
||||
result = -ENOENT;
|
||||
break;
|
||||
|
||||
case 416:
|
||||
S3FS_PRN_INFO3("HTTP response code 416 was returned, returning EIO");
|
||||
result = -EIO;
|
||||
break;
|
||||
|
||||
case 501:
|
||||
S3FS_PRN_INFO3("HTTP response code 501 was returned, returning ENOTSUP");
|
||||
S3FS_PRN_DBG("Body Text: %s", bodydata.str());
|
||||
|
Loading…
Reference in New Issue
Block a user