On Tue, Jun 05, 2007 at 12:34:48PM -0700, Frank Cusack wrote: > On June 3, 2007 6:41:32 PM -0700 Frank Cusack <[EMAIL PROTECTED]> wrote: > >If I do ne_get(session, path, fd), how do I know when I've read the > >entire response from fd? > > come on, no one knows the answer to this?
ne_get() writes the entire response to the given fd. When reading the file, the response ends when the file ends - at EOF. joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
