Joe Orton

Results 52 comments of Joe Orton

Oh, it was visible to me but maybe not submitted, sorry. Is that visible now?

Thanks a lot @jimklimov! Sorry for leaving this hanging, I've not used the github review process much before.

This seems like it will now leave `self.options.restart_cmd_alt[0]` set to `"httpd"` in some cases, which looks wrong, since `httpd restart` is not a valid way to invoke httpd. (Though I...

Interesting, why is the server sending so many interim responses, are these 100 or some other code? Can you provide a debug log e.g. set debug http in cadaver.

Ah, neat, and that makes sense. Thanks for the feedback. I think I will change this to a rate limit (interim responses per time period). Can you say what server...

Hmm, that won't work because neon won't read the interim responses until after sending the body so they will appear to be read all in one batch. More thought needed....

Because the client doesn't have to consume interim HTTP responses while sending a request body there is a potential for blocking the TCP connection if you fill up the client's...

If the server requires authentication, are you providing it somehow? I don't know how davfs works, I'd recommend starting by talking to the community of that project.

If you want to move this forward I suggest you configure current versions of `cadaver` and `neon` built with --enable-debugging and provide debug output with `set debug http,httpauth` in cadaver....

Thanks @igmar for the detailed analysis.