On Tue, Jul 24, 2007 at 03:54:12PM +0200, Marco Maggi wrote: > I a beginner with Neon and WebDAV, I am writing a Guile > interface and I still have to set up a testing > infrastructure for all the features. > > Can someone give me a brief description of the difference > between ne_decompress_reader() and > ne_add_response_body_reader()?
Sorry for the slow reply. ne_decompress_reader() is effectively a wrapper for ne_add_response_body_reader() which handles inflating response body blocks internally. > Are there problems if I just call them both with the > same arguments? Nope; that's the intended use. joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
