Joe Orton
Joe Orton
In the linked PR I've changed the code to conditionally apply an overall timeout for reading the interim responses, rather than a maximum count. This can be disabled with a...
Should be properly resolved in #141 and #143 - an overall timeout is applied for the loop reading interim responses, but only if a session read timeout is enabled, and...
Do you know how it happened that a lock ended up in the store without a valid URI? I'm not necessarily against the patch but I'm wondering if it is...
Are the secrets available as files during the s2i assemble process? I'm not sure how this works.
Did you build the binaries from source, if so how did you build them? `neon` has to be configured to use the correct system CA if you build with GnuTLS...
That's not a URL, it needs http:// or https:// at the beginning and then it will be accepted. Cadaver does parse some psuedo-URLs which is probably a mistake since they...
Can you try using `host webdav.smartdrive.web.de` instead of `default` ? I'm not sure cadaver respects `default`?
Can you run "set debug http" before running the get command, and post the output?
Is `http://myhost.com/path_of_desired_dir/sample.zip?sign=24052238d1c689da` literally what was sent, I'm guessing that's just an example? It looks like the error is as described, whatever was sent in Location: could not be parsed, so...
The problem is that the "resourcetype" element returned in the response is malformed. `cadaver` requires that when you open a resource, it is a WebDAV collection, but because the resourcetype...