Aapo Talvensaari
Aapo Talvensaari
@oowl what has been `upstream` answer to this? I guess they ended up adding it at some point (the limitation), but have it been changed there since? What are the...
Ok, I see: https://github.com/openresty/lua-nginx-module/issues/2243 and https://github.com/openresty/lua-nginx-module/pull/2355
@oowl can you also check your example with SSL/TLS connection just to be sure (it is rather pointless to do h2 without SSL/TLS): https://github.com/openresty/lua-nginx-module/issues/2243#issue-1952555126
Do we need to take into account things like this: https://github.com/openresty/lua-nginx-module?tab=readme-ov-file#lua_regex_cache_max_entries Aka in Lua PCRE regex caches we have a upper bound.
@kou0312-png, the 4.1.2 ia now released.
@thomasleplus currently there is no such switch.
@CriztianiX can you try 4.1.2?
Perhaps you started a new session in `else` block? Then you won't have `user_id`. Perhaps your session expired )idling timeout occured etc.) and it started new session in else block....
To furher analyse I probably need somekind of `har` file, or you need to show how it happens. E.g. requests and responses. To me it looks like a bug in...
Do we know the root cause why `e.plugin` is there but no `e.err`?