Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: shared ngx.ctx among SSL_* phases and the following phases. #81

Merged
merged 1 commit into from
Aug 21, 2020

Conversation

spacewander
Copy link
Member

No description provided.

@@ -100,7 +143,8 @@ ngx_[% subsys %]_lua_ffi_set_ctx_ref([% req_type %] *r, int ref)


static ngx_int_t
ngx_[% subsys %]_lua_ngx_ctx_add_cleanup([% req_type %] *r, int ref)
ngx_[% subsys %]_lua_ngx_ctx_add_cleanup([% req_type %] *r, ngx+pool_t *pool,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ngx+pool_t -> ngx_pool_t

@spacewander spacewander merged commit 7ca9b6f into openresty:master Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants