lua-nginx-module icon indicating copy to clipboard operation
lua-nginx-module copied to clipboard

Embed the Power of Lua into NGINX HTTP servers

Results 196 lua-nginx-module issues
Sort by recently updated
recently updated
newest added
trafficstars

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. The Lua-nginx-module recently added support for building with BoringSSL. However, due...

It seems that ngx_http_variable_headers_internal function in nginx/src/http/ngx_http_variables.c relies on the fact that the last header values is stored in the last element of a list. Therefore we should avoid changing...

needs-test-cases

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. After this PR we can safety call ngx.thread.wait waits multiple uthreads...

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. I don't know how to write the unit test about the...

needs-test-cases

Any interest to have this feature implemented? It would allow zero-copy sends, but would also require some careful anchoring to prevent gc, but should be doable I think? Also the...

the size of this response is more than 80k, `ngx.location.capture` return with `status` 200 and `truncate` false, but in fact it has been truncated, which i can get full response...

hi the openresty version of mine is 1.13 I encountered a problem. When I am in the balance_by_lua stage, without ngx.req.read_body(), I can use the get_post_args function to read the...

lua-resty-ffi provides an efficient and generic API to do hybrid programming in openresty with mainstream languages (Go, Python, Java, Rust, Node.js, etc.). **Features:** * nonblocking, in coroutine way * simple...

I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.

conflict

Please see #1354 for more details. Since it is tough to distinguish whether current connection is upgraded to HTTP/2 in the ngx_http_lua_ssl_cert_handler context. This PR just returns 0 (marks failed)...

conflict