dodicidodici
Results
1
issues of
dodicidodici
Currently, the `load_torrent_file`, `load_torrent_parsed`, and `load_torrent_buffer` functions do not have an overload w/ `lt::error_code`. https://github.com/arvidn/libtorrent/blob/44598ba5d76e0aa118e656b281b89014032d4868/src/load_torrent.cpp#L122-L144 The functions make use of the `lt::torrent_info` constructor, specifically the non-`lt::error_code` overload, which isn't available...