mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
ws: rename enable_http_health_check to enable_http_health_checks
This commit is contained in:
parent
a16ce91d46
commit
88971cd870
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue