envoy-apisix icon indicating copy to clipboard operation
envoy-apisix copied to clipboard

Results 14 envoy-apisix issues
Sort by recently updated
recently updated
newest added

Trying _ip-restriction_ example and getting this error: ``` [2022-04-08 12:12:50.321][37][error][lua] [source/extensions/filters/http/lua/lua_filter.cc:802] script log: /usr/local/share/lua/5.1/resty/lrucache.lua:258: attempt to call upvalue 'ngx_now' (a number value) ``` base image: envoyproxy/envoy:v1.21-latest

![image](https://user-images.githubusercontent.com/10428333/102947963-9c9fce00-44ff-11eb-82fe-cf3b2a6154fd.png) Which cannot be used correctly, we should interpolate it firstly.

- [ ] regex: support regular matching. - [ ] Create issue at Envoy, discuss with community - [ ] Schedule - [ ] Integrated into apisix.core - [ ]...

enhancement

The current serialization and deserialization of json is implemented using lua code, which has poor performance. It is recommended to use cjson or rapidjson as a follow-up.