aquatic_http: fix issue with incorrect parsing of info_hash, peer_id

This commit is contained in:
Joakim Frostegård 2020-07-03 13:06:09 +02:00
parent 136a79ce8d
commit f28abbb7f6
2 changed files with 48 additions and 5 deletions

View file

@ -12,8 +12,6 @@
what error return type to use then
* compact peer representation in announce response: is implementation correct?
* scrape info hash parsing: multiple ought to be accepted
* info hashes, peer ids: check that whole deserialization and url decoding
works as it should. There are suspicously many `\u{fffd}`
* move stuff to common crate with ws: what about Request/InMessage etc?
* don't overdo this