Latest update - 7665

This commit is contained in:
2020-06-15 01:33:51 +09:00
parent da1c2b041b
commit d3a0c6f60b
8 changed files with 19 additions and 15 deletions
+1
View File
@@ -492,6 +492,7 @@ ngx_add_inherited_sockets(ngx_cycle_t *cycle)
ngx_memzero(ls, sizeof(ngx_listening_t));
ls->fd = (ngx_socket_t) s;
ls->inherited = 1;
}
}