lua-nginx-module
lua-nginx-module copied to clipboard
Embed the Power of Lua into NGINX HTTP servers
Sometimes we need to add a new program (`server`), but we don't want to change the content of `lua_package_path` and `lua_package_cpath`. Because those may be maintained by other programs, so...
This PR is a possible solution to https://github.com/openresty/lua-resty-core/issues/75 and is complemented by https://github.com/openresty/lua-resty-core/pull/99. Looking forward to your feedback. I hereby granted the copyright of the changes in this pull request...
Fixes #1000 I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.
I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. This PR have been discussed at #957. These FFI API as...
I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.
I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project.
ffi_write new API function. This new FFI API function is used to print a string buffer on the client output starting from a given offset and ending at given length....
I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. Implement a counterpart to ngx.shared.DICT.incr that decrements the numeric value at...
I hereby granted the copyright of the changes in this pull request to the authors of this lua-nginx-module project. Hello @agentzh . This PR is based on #479 which pass...
Seems we only need to save the `timeout` values to the `ngx_http_lua_socket_tcp_upstream_t u` for the connected `request socket`. And the `udp socket` don't have to save the key for keepalive....