mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update TODO; clean up code
This commit is contained in:
parent
846e076b4b
commit
7011a797ee
2 changed files with 2 additions and 1 deletions
2
TODO.md
2
TODO.md
|
|
@ -4,6 +4,8 @@
|
|||
* network
|
||||
* test tls!
|
||||
* handle tls certificate parse errors etc better
|
||||
* parse once only
|
||||
* exit with error message, not with panic
|
||||
* send/recv buffer size config
|
||||
* limit ws message sizes?
|
||||
* test
|
||||
|
|
|
|||
|
|
@ -135,7 +135,6 @@ fn accept_new_streams(
|
|||
}
|
||||
|
||||
|
||||
|
||||
/// On the stream given by poll_token, get TLS (if requested) and tungstenite
|
||||
/// up and running, then read messages and pass on through channel.
|
||||
pub fn run_handshakes_and_read_messages(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue