0chain / blobber

A storage provider (blobber) interface to the blockchain and consumers of storage.
Other
19 stars 23 forks source link

status code 204 should be returned if file is not found in disk #556

Closed cnlangzi closed 2 years ago

cnlangzi commented 2 years ago

check io err no such file or directory. status code 204 should be returned like we did on https://github.com/0chain/zboxcli/issues/99

princeparmar commented 2 years ago

@cnlangzi Already done Gosdk : https://github.com/0chain/gosdk/pull/396 zBox : https://github.com/0chain/zboxcli/pull/181 Blobber : https://github.com/0chain/blobber/pull/551

cnlangzi commented 2 years ago

a new bug is introduced by 204 on https://github.com/0chain/blobber/issues/385#issuecomment-1069719037

cnlangzi commented 2 years ago

waiting for https://github.com/0chain/blobber/issues/592 to merge first.