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