罗泽轩
罗泽轩
This requires updating grpc-client-nginx-module first.
This requires updating grpc-client-nginx-module first.
Currently, we patch OpenResty to add a flag which detects the change of headers: https://github.com/api7/apisix-nginx-module/blob/main/patch/1.21.4/ngx_lua-request_header_set.patch We should do the same thing with the uri args.
The current change detection only marks the current request, but not the main request if the current request is subrequest: https://github.com/api7/apisix-nginx-module/blob/1af1ee48b06d1acc58fd2ca15fd27541953f57f9/src/ngx_http_apisix_module.c#L565 However, the headers_in field is shared between subrequest and...
See https://github.com/openresty/openresty-packaging/pull/97/files Signed-off-by: spacewander
Signed-off-by: spacewander
Signed-off-by: spacewander
I am not sure if it is good idea to merge it as we already decide not to support Alpine. Signed-off-by: spacewander
Currently, we use createrepo to create rpm repo. However, this package is removed since Ubuntu 20.04. Hence, we have to roll back the CI OS in https://github.com/api7/apisix-build-tools/pull/243. Ubuntu 18.04 will...