Liang

Results 49 comments of Liang

> We've marked this one as `v1.0.0` and placed it on [the road to ga](https://github.com/orgs/kubernetes-sigs/projects/30) as something to do next. For this to actually make it in GA however, we...

/assign @lianglli

The CORS was discussed at Kubecon last week. @mikemorris @arkodg I will start a GEP for CORS that focuses on background and past implementations first.

1. tengine当前版本默认H3是通过babassl (tongsuo) 加解密,babassl支持国密。 https://github.com/alibaba/tengine/blob/master/modules/ngx_http_xquic_module/README.md 2. 逻辑上H1~H3都是支持异步SSL的,如果有问题,可以再提单哈。

This function is worked for both tengine 3.0.0 and 3.1.0. Tengine Conf: ![image](https://github.com/alibaba/tengine/assets/44351259/17f9845c-46dd-4e5c-a5dd-810e0f39b842) Upstream Index.html Add comments to the html and css: ![image](https://github.com/alibaba/tengine/assets/44351259/1b71279b-d7b9-4274-bcc2-184d8afc08cb) ![image](https://github.com/alibaba/tengine/assets/44351259/46b416ec-c3eb-4e18-9303-751ae9a46e1a) The above comments has been removed...

What is the MIME type of your response specifically? Pls. give the URL and response html specifically.

In your browser, you should clear cache firstly. Or, disable cache and access again: ![image](https://github.com/alibaba/tengine/assets/44351259/fb259441-7c2e-4813-b68a-c3847447d010)

Moreover, tcpdump both on the browser and Tengine Then, you will be able to check the response (without comments) of Tengine specifically.

1. 目前不支持后端upstream的H3协议,如果有广泛的业务场景需求,可以考虑排期支持。 在长连接业务中是有收益的,大量的客户端h3长连接到tengine,tengine到后端维持h3长连接。 3. angie这个queue相当于加了一层buffer,但队列满时,依旧是502,这个功能的意义不是很大。可以适当调整$upstream_read_time后端超时时间,并且保证客户端调用侧的超时时长大于后端upstream的超时时长。