• On duplicate torrent add, don't emit 'infoHash'

    feross committed May 11, 2016
    Private 'infoHash' event allows client.add to check for duplicate
    torrents and destroy them before the normal 'infoHash' event is
    emitted. Prevents user applications from needing to deal with duplicate
    'infoHash' events.