On Tue, Jul 17, 2007 at 12:53:59PM +0200, Henrik Holst wrote:
>    Okey, so the thought is to send a status message telling the application
>    that we now are receving before the first progress callback is called with
>    the recv data?
> 
>    Yeah, that would work!

It's simpler than that: just ignore the progress callback completely, 
and use the notifier callback instead:

The callback will get invoked with status==ne_status_sending after each 
block of the request body is sent, then with status==ne_status_recving 
after each block of the response body.  The callback can look at the 
info->sr.progress and info->sr.total passed in to see the transfer 
status.

joe
_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon

Reply via email to