mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +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
|
* network
|
||||||
* test tls!
|
* test tls!
|
||||||
* handle tls certificate parse errors etc better
|
* handle tls certificate parse errors etc better
|
||||||
|
* parse once only
|
||||||
|
* exit with error message, not with panic
|
||||||
* send/recv buffer size config
|
* send/recv buffer size config
|
||||||
* limit ws message sizes?
|
* limit ws message sizes?
|
||||||
* test
|
* test
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,6 @@ fn accept_new_streams(
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// On the stream given by poll_token, get TLS (if requested) and tungstenite
|
/// On the stream given by poll_token, get TLS (if requested) and tungstenite
|
||||||
/// up and running, then read messages and pass on through channel.
|
/// up and running, then read messages and pass on through channel.
|
||||||
pub fn run_handshakes_and_read_messages(
|
pub fn run_handshakes_and_read_messages(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue