diff --git a/TODO.md b/TODO.md index 5396993..1cc19ae 100644 --- a/TODO.md +++ b/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 diff --git a/aquatic_ws/src/workers/socket.rs b/aquatic_ws/src/workers/socket.rs index 14ba2bb..fdfd5a9 100644 --- a/aquatic_ws/src/workers/socket.rs +++ b/aquatic_ws/src/workers/socket.rs @@ -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 {