Latest update - GitHub 5b8a5c08c

This commit is contained in:
2025-05-29 13:38:31 +09:00
parent 5a9ef13268
commit 45064635e8
23 changed files with 834 additions and 275 deletions
+4
View File
@@ -765,6 +765,8 @@ ngx_configure_listening_sockets(ngx_cycle_t *cycle)
#if (NGX_HAVE_KEEPALIVE_TUNABLE)
#if !(NGX_DARWIN)
if (ls[i].keepidle) {
value = ls[i].keepidle;
@@ -782,6 +784,8 @@ ngx_configure_listening_sockets(ngx_cycle_t *cycle)
}
}
#endif
if (ls[i].keepintvl) {
value = ls[i].keepintvl;