mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
Update ws code comments; update TODO.md
This commit is contained in:
parent
304ff0a8ee
commit
355f3e04c6
2 changed files with 4 additions and 1 deletions
3
TODO.md
3
TODO.md
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
## High priority
|
||||
|
||||
* ws
|
||||
* add integration test for non-TLS configuration, maybe behind reverse proxy
|
||||
|
||||
## Medium priority
|
||||
|
||||
* quit whole program if any thread panics
|
||||
|
|
|
|||
|
|
@ -292,7 +292,7 @@ async fn run_connection(
|
|||
.await
|
||||
} else {
|
||||
// Implementing this over TLS is too cumbersome, since the crate used
|
||||
// for TLS streams doesn't support peak and tungstenite doesn't
|
||||
// for TLS streams doesn't support peek and tungstenite doesn't
|
||||
// properly support sending a HTTP error response in accept_hdr
|
||||
// callback.
|
||||
if config.network.enable_http_health_checks {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue