fix todo comment

This commit is contained in:
Arvid Norberg 2014-07-13 02:47:15 +00:00
parent ca27c0d5ca
commit 14f02a4475
1 changed files with 3 additions and 2 deletions

View File

@ -36,8 +36,9 @@ POSSIBILITY OF SUCH DAMAGE.
namespace libtorrent
{
// #error the first places to use this resolver is the http_connection/http_tracker_connection and udp_tracker_connection. make sure to prefer cache on shutdown
// TODO: 3 the first places to use this resolver is the
// http_connection/http_tracker_connection and udp_tracker_connection.
// make sure to prefer cache on shutdown
resolver::resolver(io_service& ios)
: m_ios(ios)
, m_resolver(ios)