mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
aquatic_http: clean up clode
This commit is contained in:
parent
d48573a28e
commit
ccafdc5cd3
5 changed files with 0 additions and 6 deletions
|
|
@ -15,7 +15,6 @@ use crate::protocol::request::*;
|
|||
use crate::protocol::response::*;
|
||||
|
||||
|
||||
// almost identical to ws version
|
||||
pub fn run_request_worker(
|
||||
config: Config,
|
||||
state: State,
|
||||
|
|
@ -179,7 +178,6 @@ pub fn handle_announce_requests(
|
|||
}
|
||||
|
||||
|
||||
// almost identical to ws version
|
||||
pub fn handle_scrape_requests(
|
||||
config: &Config,
|
||||
torrent_maps: &mut TorrentMaps,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue