lua-resty-core icon indicating copy to clipboard operation
lua-resty-core copied to clipboard

New FFI-based API for lua-nginx-module

Results 79 lua-resty-core issues
Sort by recently updated
recently updated
newest added

Some low level functions don't set the `errmsg` pointer on every possible error. Case in point, if the shdict FFI functions are called with a NULL zone, they just return...

See https://github.com/openresty/lua-nginx-module/pull/961

Hi, i am currently using lua-resty-auto-ssl, it´s working like a charm, thank you. I just noticed, that it´s generating 4096bits keys and i would like it to be 2048 keys...

Hello Currently using ssl_certificate_by_lua_file with great success, thank you! We have a request from one customer to only allow very secure ciphers, but the other customers would not like this....

The following configuration using a unix socket as the current peer works, but it is not documented. Adding the line: local ok, err = balancer.set_current_peer('some_unix_socket_name'); would suffice http { upstream...

The version number check fails in the stream lua module.

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

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

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

I am trying to extract a TLS Extension with a custom Extension type 17516. I am using [openresty](https://github.com/openresty)/[lua-resty-core](https://github.com/openresty/lua-resty-core) get_client_hello_ext() method, but i am not getting any data. This is my...