罗泽轩
罗泽轩
Does https://github.com/openresty/stream-lua-nginx-module/pull/192 fix the problem?
Would you provide a fix in https://github.com/openresty/meta-lua-nginx-module/blob/master/src/subsys/ngx_subsys_lua_module.c.tt2?
Isn't the behavior expected? > When the stream server is in UDP mode, reading from the downstream socket returned by the ngx.req.socket call will only return the content of a...
I will port the `receive_any()` from the `lua-nginx-module` once I have free time.
I think it is fine since we don't use `load_module` in our tests.
@agentzh Already changed it to `--dump-nginx-conf`.
@agentzh Updated.
It seems that `ndnz` is only set to 0 in the initialization of yale matrix from the time the functions were written... A quick look at: https://github.com/SciRuby/nmatrix/blob/c9ff3d0e68bea9213550bdc984a1f3a368633077/ext/nmatrix/storage/yale.cpp#L1445 And https://github.com/SciRuby/nmatrix/blob/master/ext/nmatrix/storage/yale/class.h#L556
What about calculating the `ndnz` after `a` and `ija` are filled in the `init` function?
Well, I added a function called `yale_ndnz` just now. It can be checkout from https://github.com/spacewander/nmatrix/tree/ndnz This function works like `yale_ija` and `yale_a`, it prints the value of `ndnz`. With its...