Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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