When uploading files to box.net, I always get a 411 error during child= c.addResource("some-remote-file")
I've added a Content-length header in the put function of the DAV class.
This patch seems to solve the issue for me.
patch to avoid 411 errors
Log in to post a comment.
patch to avoid 411 errors