pub async fn invoke(
tracker: &Arc<Tracker>,
info_hashes: &Vec<InfoHash>,
original_peer_ip: &IpAddr,
) -> ScrapeDataExpand description
The HTTP tracker scrape service.
The service sends an statistics event that increments:
- The number of TCP connections handled by the HTTP tracker.
- The number of TCP
scraperequests handled by the HTTP tracker.
NOTICE: as the HTTP tracker does not requires a connection request like the UDP tracker, the number of TCP connections is incremented for each
scraperequest.