openresty / stream-lua-nginx-module

Embed the power of Lua into NGINX TCP/UDP servers
BSD 2-Clause "Simplified" License
725 stars 199 forks source link

changes: remove the useless pcre config #335

Closed swananan closed 8 months ago

swananan commented 8 months ago

Since the C API ngx_stream_lua_pcre_version was introduced in this module, and Lua FFI no longer directly calls pcre_version, issue #168 is no longer necessary.

swananan commented 8 months ago

https://github.com/openresty/stream-lua-nginx-module/issues/320#issuecomment-1883361098