mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
aquatic_http: add test for announce request parsing
This commit is contained in:
parent
f078542ffc
commit
12a62f5df4
3 changed files with 29 additions and 5 deletions
|
|
@ -25,7 +25,7 @@ pub struct InfoHash(
|
|||
);
|
||||
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub enum AnnounceEvent {
|
||||
Started,
|
||||
Stopped,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue