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