Skip to content

Comments

use 204 instead of 404 if chunk does not exist#1

Open
bit wants to merge 1 commit intoDataGreed:masterfrom
bit:patch-1
Open

use 204 instead of 404 if chunk does not exist#1
bit wants to merge 1 commit intoDataGreed:masterfrom
bit:patch-1

Conversation

@bit
Copy link

@bit bit commented Apr 8, 2021

sending 404 is considered an error in many layers of the stack.
using http status code 304 avoids those warnings/errors in the django backend and browser.
204 is the recommended response code according to https://github.com/23/resumable.js

sending 404 is considered an error in many layers of the stack.
using http status code 304 avoids those warnings/errors in the  django backend and browser.
204 is the recommended response code according to https://github.com/23/resumable.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant