On Mon, Jul 24, 2006 at 11:04:33AM -0300, Flavio Oliveira wrote: > Does ne_begin_request() ensure that all headers have been received? Is > there anyway to ensure that? One option is naturally to poll the > headers for some time. Is there some example using ne_begin_request()? > I tried ne_request_dispatch(), but it didn't work properly! I am using > Neon 0.25
Yes, ne_begin_request() will send the request and read all the response headers, but not read any of the response body. joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
