Skip to content

Commit 35066b0

Browse files
committed
chore: delete unnecessary comments
1 parent d50780d commit 35066b0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ngx_http_lua_module.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,11 +1836,6 @@ ngx_http_lua_ssl_key_log(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *file)
18361836
return NGX_ERROR;
18371837
}
18381838

1839-
/*
1840-
* ngx_http_lua_ssl_cleanup_key_log will be inserted before
1841-
* ngx_ssl_cleanup_ctx, therefore the ssl->ctx will be available
1842-
* when it executed
1843-
*/
18441839
cln = ngx_pool_cleanup_add(cf->pool, 0);
18451840
if (cln == NULL) {
18461841
ngx_http_lua_ssl_cleanup_key_log(ssl_key_log);

0 commit comments

Comments
 (0)