|
From: Werner B. <wer...@on...> - 2008-09-16 10:41:20
|
Hello Sebastian, I am not familiar with this kind of messages from tcpdump. But I assume "R" means RST. So davfs2 interrupted the connection with RST, which should not happen. I assume neon thought there was an error in the XML-Body and abandoned the connection. I will have to examine the XML-body more closely. This will take some time. You might rerun the request with additional option "debug xml". This will raise the size of the log-file from "real big" to "horrible", because neon lists every step in parsing the XML-Body. There should be a message at the end, why it stopped parsing. There are more RST-Packets. As far as I know these should only be used in case of an error. Maybe there is some network related issue. What might help too: Is there a ChangeLog that lists the changes from your old server-version to the current one? The error first showed when you cleared a server-side cache. Is it possible, that the request was served out of the cache and only when the server had to newly create the response the problem showed up, though it had been there before? Now I will first start looking closer at the XML-body. Cheers Werner |