罗泽轩

Results 400 comments of 罗泽轩

I prefer to write one with `py.test`... It would be more simple to write python code.

There is some limitation with a test framework written in Go, for example: Go doesn't support HTTP 1.0 while envoy supports it.

I wrote a test framework with Go before. It is not a good idea to choose a static language. It's not so efficient to satisfy the target. And there is...

It works for me: ``` #!/usr/bin/env resty local schema = { type = "object", properties = { field_2 = {type = "integer", exclusiveMinimum = 0}, field_3 = {type = "integer",...

We have discussed it before. It seems that Nginx has developed its HTTP3 support instead of quiche. Since we need to catch up with the latest Nginx, it would be...

Once this feature is merged in Nginx and we catch up the latest version.

Yes, but we are not Cloudflare. The Cloudflare-Nginx is a fork from an old Nginx version. We don't want to make APISIX hard to catch up with the latest Nginx.

It is Nginx itself that disables the gzip, see code https://github.com/nginx/nginx/blob/4ace957c4e08bcbf9ef5e9f83b8e43458bead77f/src/http/ngx_http_core_module.c#L2071-L2159 and configuration: http://nginx.org/en/docs/http/ngx_http_gzip_module.html#gzip_proxied APISIX so far doesn't have option to override this behavior.

Or we can override it via custom Nginx conf: https://github.com/apache/apisix/blob/master/docs/en/latest/customize-nginx-configuration.md