** Branch linked: lp:dcplusplus -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/1273119
Title: HttpManager direct callbacks Status in DC++: Fix Committed Bug description: Below patch contains support for direct callbacks with HttpManager as well as support for managed file streams. Direct callbacks offer guarantees that the current Speaker & Listener model does not give. One potential example is having plugins interact with HttpManager, where we want to quarantee that a) plugin is the last one to get notified and b) that it is safe for the core core to relinquish control (ie. close a file handle for example). And it is sometimes just simpler not having to micro manage the connection pointers, if all you are interested in is the end points of the operation. The patch should not impact current usage of HttpManager in any way. To manage notifications about this bug go to: https://bugs.launchpad.net/dcplusplus/+bug/1273119/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : linuxdcpp-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp