Skip to content
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

"Length required" error at objects creation #7906

Closed
cyberduck opened this issue Apr 27, 2014 · 2 comments
Closed

"Length required" error at objects creation #7906

cyberduck opened this issue Apr 27, 2014 · 2 comments
Assignees
Labels
bug openstack OpenStack Swift Protocol Implementation thirdparty Issue caused by third party

Comments

@cyberduck
Copy link
Collaborator

023e870 created the issue

Hello,

I get an error message "Length Required." when I do the following action :

  • create new empty file
  • create a new folder
  • sporadically on folder or empty file when syncing local folder to remote bucket

Context : Swift swauth

Header error example :

PUT /swift/v1/user1/folder10 HTTP/1.1
X-Auth-Token: AUTH_rgwtk0b00000075736572313a7377696674070f422d0f8841af344a5e5378f9e7142fe8f1455ad01c1212833065332599d0411904e2
Transfer-Encoding: chunked
Content-Type: application/directory
Host: node1.home
Connection: Keep-Alive
User-Agent: Cyberduck/4.4.4 (Mac OS X/10.9.2) (x86_64)
HTTP/1.1 411 Length Required
Date: Sun, 27 Apr 2014 13:38:18 GMT
Server: Apache/2.4.7 (Ubuntu)
Content-Length: 238
Connection: close
Content-Type: text/html; charset=iso-8859-1

The header 'Content-Lenght' seams there, could it be a server side issue ? (remote is Ceph radosgw)

Thanks

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We cannot replicate this issue with Swift deployments. The transfer-length is defined by use of the "chunked" transfer-coding.

@cyberduck
Copy link
Collaborator Author

023e870 commented

Thanks for input.

Cheers,

Cédric

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug openstack OpenStack Swift Protocol Implementation thirdparty Issue caused by third party
Projects
None yet
Development

No branches or pull requests

2 participants