mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +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
|
## High priority
|
||||||
|
|
||||||
|
* ws
|
||||||
|
* add integration test for non-TLS configuration, maybe behind reverse proxy
|
||||||
|
|
||||||
## Medium priority
|
## Medium priority
|
||||||
|
|
||||||
* quit whole program if any thread panics
|
* quit whole program if any thread panics
|
||||||
|
|
|
||||||
|
|
@ -292,7 +292,7 @@ async fn run_connection(
|
||||||
.await
|
.await
|
||||||
} else {
|
} else {
|
||||||
// Implementing this over TLS is too cumbersome, since the crate used
|
// 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
|
// properly support sending a HTTP error response in accept_hdr
|
||||||
// callback.
|
// callback.
|
||||||
if config.network.enable_http_health_checks {
|
if config.network.enable_http_health_checks {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue