We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f65dc commit 53588e9Copy full SHA for 53588e9
src/ngx_http_lua_accessby.c
@@ -106,7 +106,7 @@ ngx_http_lua_access_handler(ngx_http_request_t *r)
106
}
107
108
if (rc == NGX_OK) {
109
- if (r->header_sent || r->headers_out.status!= 0) {
+ if (r->header_sent || r->headers_out.status != 0) {
110
dd("header already sent");
111
112
/* response header was already generated in access_by_lua*,
0 commit comments