Aapo Talvensaari
Aapo Talvensaari
@jeremyjpj0916 it seems like we have removed datakit from `release/3.7.x` [1] we just have not released `3.7.2`. One option to you is to try `release/3.7.x` branch which is code for...
@achuth218-wq, how are you deploying? With decK?
@fairyqb how big is the drop. Do you have something in that table? From looks of it it seems to be cresting empty tables and then looping. Some of this...
@fairyqb can you post the plugin configuration and example request. Yes, `pairs` if NYI. I am wondering whether making the `headers_to_remove` an `array` instead of `hash` could fix it (and...
> [@bungle](https://github.com/bungle) do we have PR to improve this perf issue? @chronolaw, I don't think so. I was thinking about fixing this, but currently I am busy with other tasks....
It looks like neither `username` nor `password` are `referenceable=true`: https://github.com/Kong/kong/blob/master/kong/plugins/basic-auth/daos.lua#L18
Also what is difference here compared to: https://github.com/Kong/kong/pull/13219 (which was not given approval to merge) Aka is this fixing some real issue we want to fix. The LuaJIT was a...
@ms2008 also what do you think about host normalization, and IDNA? One library that we have is capable of correctly normalizing the host (including the lowercasing and IDNA), see: https://github.com/bungle/lua-resty-ada?tab=readme-ov-file#synopsis...