Hi! ne_get_range() of neon 0.25.5 doesn't work with current Apache2/mod_dav versions.
Please merge this trivial patch to fix this: http://0pointer.de/public/neon-partial-get.patch The problem is that neon doesn't consider partial GET responses valid which don't return exactly the byte range requested. However, modern WebDAV servers concatenate the real file length to the returned byte range. (seperated by a dash) Hence, neon will never accept any partial GET responses. Lennart -- Lennart Poettering; lennart [at] poettering [dot] net ICQ# 11060553; GPG 0x1A015CC4; http://0pointer.net/lennart/ _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
