Liang

Results 49 comments of Liang

> QUIC在nginx已经实现,请见nginx-quic技术预览版,我这里也有一个repo,涵盖了nginx的一些模块,并且采用的nginx是nginx-quic, > https://github.com/jack9603301/nginx-enhance-module > 我的个人博客,www.qhjack.cn的前置代理服务器,已经完成到nginx-quic的支持和迁移,使用的就是我自己写的repo > > node:由于nginx官方repo使用mercurial托管,所以要安装mercurial(hg),支持quic目前最好的方法是切换上游核心源码到技术预览版(nginx-quic分支) Tengine的XQUIC是自研的HTTP3/QUIC实现,已经在生产环境使用。

XQUIC后面会开源。

> ### Ⅰ. Issue Description > 部署后随着请求的增加,内存不断增加 > ![image](https://user-images.githubusercontent.com/1140973/114809067-0cea9c00-9ddc-11eb-9808-cb529df1bcda.png) > > ### Ⅵ. Environment: > * Tengine version (use `sbin/nginx -V`): > Tengine version: Tengine/2.3.3 > nginx version: nginx/1.18.0 >...

是的,兼容aarch64。

> I was wondering: do we have WG participants who work on or have expertise in Nginx, HAProxy, Apache, caddy, traefik and the other data plane implementations ? I know...

> Hey @lianglli, we're still very focused on getting v1.1 out the door so won't have time for a thorough review until after that's released. With that said, I'd recommend...

> > > I was wondering: do we have WG participants who work on or have expertise in Nginx, HAProxy, Apache, caddy, traefik and the other data plane implementations ?...

It would be great if HTTPRouteFilter had a field (E.g., HTTPRouteFilterCORS) to set CORS config (i.e., enable_cors, cors_allow_origin, cors_allow_methods, cors_allow_headers, cors_max_age, cors_allow_credentials and cors_expose_headers). Then, if a HTTPRoute has the...