Dev Random
Dev Random
It works fine when I try it. Can you make sure that File.size(file) returns a number greater than zero?
Hm... puzzling. What version of ruby and what OS are you on? Do you have the curb gem installed?
That's pretty recent, so probably not a ruby version problem. We set the content_length in request_sending_stream(verb, path, stream, length, headers), so I don't see how this can happen. I'll try...
I believe I identified the issue. A new commit has been applied - 2728a01b15d9299467bed4f52629a2bc9d8f026d . Please try it and let me know.
I can't replicate this, and content_length seems to be carried along. Could you add some print statements to see if req.content_length is blank in the web_dav gem?
Are you able to post headers of the failure? There should be two requests, one without auto, and one with. There should be two requests, one without credentials which gets...
I just tried it locally with ruby 1.8 and 1.9, and it works as expected. The authentication is sent on the second requests, and the content-length header is present in...
The people that had this issue - can you see if the latest commits changed this behavior?
Did you have any issues building? I had issues last time I tried. If anybody can contribute a patch to bring dependencies and build up to date, that would be...
If I understand correctly, you are concerned that if someone refers to the `no_std` version of structs / fns in `serde_json::io`, then they could break if the implementation changes to...