Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dndx
Copy link
Member

@dndx dndx commented Mar 26, 2018

Also moved NGX_ERROR up to stay consistent with their positions inside https://github.com/nginx/nginx/blob/master/src/core/ngx_core.h#L35.

@dndx dndx requested a review from agentzh March 26, 2018 19:23
lua_pushinteger(L, NGX_ERROR);
lua_setfield(L, -2, "ERROR");
lua_pushinteger(L, NGX_ABORT);
lua_setfield(L, -2, "ABORT");
Copy link
Member

Choose a reason for hiding this comment

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

Seems like we should update the docs as well?

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