Dear Neon developers,

the progress callback has no way of indicating wether the progress is a send or a receive, using this callback to show some progressbar or similar it would be of some interest to know the direction of the transfer. Atleast I think so :-)

I would be happy to supply a patch myself but I am not sure what you fellow developers and users would see as the best solution:

1. register one callback per direction.
2. add one parameter to the callback, "direction" which tells the direction.
3. add two parameters to the callback, "progress_recv, total_recv" and renaming the existing to _send respectively

I myself could live with #2 but I don't really know that the cleanest solution would be.

Sincerely yours, Henrik Holst
_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon

Reply via email to