|
From: Werner B. <wer...@on...> - 2008-09-13 17:19:07
|
Hello Sebastian, thanks for the logs. The response to the PROPFIND-request for the directory in question is truncated. The headers say content-length: 1293373 But after receiving about 800 kB of data the connection is closed. I cannot see, which side initiated the closing. Can you try to evaluate which side closes the connection (using wireshark)? Maybe you can also get some information about the reason. Have there been any changes in the time before you first noticed the error (server, network, client)? There are some errors or misfeatures that are most probably not related to this error, but might cause trouble some time: Some responses send the executable-property like this: <ap:executable>0</ap:executable> Valid values are F and T (false and true). See http://www.webdav.org/mod_dav/ davfs2 will set executable false in this case, so it is not a problem now. But the value 1 will not be interpreted as True and setting this property by davfs2 will probably not work. The responses for non-collection resources send 404 Not Found for the getcontentlength property. davfs2 needs this property to show the correct file size. getlastmodified is Not Found too. davfs2 cannot show any meaningful file times. Cheers Werner |