On Tue, Aug 21, 2007 at 09:50:43AM +0200, Antonio García wrote: > I've checked with the debugger my callback, and it's doing everything > properly (it's using a static wrapper). Normally, the sequence is 8192 > bytes, then the rest, and then 0 bytes, just like the Neon docs say.
Are you ensuring that the total size of request body returned by the provider matches the length paramater passed to ne_set_request_body_provider()? You'd see issues exactly as described if you returned more data than the length paramater indicated. Regards, joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
