We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When i try to upload a file with a size of 0 the upload is being retried endlessly after recieving a successfull response ( 201 )
Request headers
PUT Content-Length: 0 Content-Range: bytes 0--1/0
Response headers
HTTP/1.1 201 Created Range: 0--1
The text was updated successfully, but these errors were encountered:
fix: uploading file with zero size
4b6c708
#49
d5538c7
No branches or pull requests
Hi,
When i try to upload a file with a size of 0 the upload is being retried endlessly after recieving a successfull response ( 201 )
Request headers
Response headers
The text was updated successfully, but these errors were encountered: