ws: rename enable_http_health_check to enable_http_health_checks

This commit is contained in:
Joakim Frostegård 2022-07-18 23:29:45 +02:00
parent a16ce91d46
commit 88971cd870
3 changed files with 4 additions and 4 deletions

View file

@ -298,7 +298,7 @@ async fn run_connection(
)
.await
} else {
if config.network.enable_http_health_check {
if config.network.enable_http_health_checks {
let mut peek_buf = [0u8; 11];
stream