move back SocketConfig to aquatic_http

This commit is contained in:
Joakim Frostegård 2020-07-02 17:06:34 +02:00
parent 82378e71f6
commit b86787ef20
5 changed files with 18 additions and 31 deletions

View file

@ -6,7 +6,6 @@
and maybe run scripts should be adjusted
## aquatic_http
* move stuff to common crate with ws: what about Request/InMessage etc?
* handshake stuff
* fix overcomplicated and probably incorrect implementation
* support TLS and plain at the same time??
@ -16,6 +15,8 @@
* 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
## aquatic_ws
* tests