Update ws code comments; update TODO.md

This commit is contained in:
Joakim Frostegård 2022-07-19 17:01:07 +02:00
parent 304ff0a8ee
commit 355f3e04c6
2 changed files with 4 additions and 1 deletions

View file

@ -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 {