Thibault Charbonnier
Thibault Charbonnier
@s3rj1k Not that I know of. We have lots of [documentation for ngx_wasm_module](https://github.com/Kong/ngx_wasm_module/tree/main/docs), and I'm sure coraza-wasm has its own documentation which should be more than enough.
We do not have a continuous integration suite for each Proxy-Wasm filter, I don't think that would be very sustainable... All of our tests for existing Proxy-Wasm filters (coraza-wasm or...
Hi all, I have been away from the computer for some time. @siddhesh > I had a closer look and it looks like you've excluded the actual dynamic bits from...
@siddhesh Please have a look at the latest commit which adds the bits we previously mentioned to unconditionally build the binary with SSE4.2/CRC32.
Here is my proposal: https://github.com/openresty/meta-lua-nginx-module/pull/76
#71 contains the first set of ports.
Proposal here: https://github.com/openresty/meta-lua-nginx-module/pull/76
@agentzh @dndx Updated the patch with tests. - tests in `t/patches` - updated the patch to handle a resolver without nameservers - added a notice log to the patch -...
@agentzh @dndx Alright, I have updated the patch/tests to pass with and without ipv6 support. Do you mind giving it another round of review sometime? Thanks!
I also tested this in Valgrind mode. Do we have any more thoughts on it? Should we setup a Travis CI instance to run those new tests that need a...