aquatic_http: add test for announce request parsing

This commit is contained in:
Joakim Frostegård 2020-07-19 14:23:48 +02:00
parent f078542ffc
commit 12a62f5df4
3 changed files with 29 additions and 5 deletions

View file

@ -25,7 +25,7 @@ pub struct InfoHash(
);
#[derive(Debug, Clone)]
#[derive(Debug, Clone, PartialEq, Eq)]
pub enum AnnounceEvent {
Started,
Stopped,