Bryce-Huang

Results 21 comments of Bryce-Huang

> https://github.com/mosn/mosn/runs/8110553658?check_suite_focus=true#step:4:5608 测试用例失败了,需要处理下的~ 不知道哪里导致的。。。

> ping @Bryce-huang pong

![企业微信截图_f05766ad-e0fe-4866-aea3-e8bb2d5c3aba](https://github.com/knative/serving/assets/44901318/ea359a22-2be2-48cb-a32d-030462936555)

already update,pls review

Why is Substitution not found here?

```go needInjectDefaultListeners := true for index, listener := range r.Spec.GatewaySpec.Listeners { if listener.Name == DefaultHttpListenerName { needInjectDefaultListeners = false internalHostname := k8sgatewayapiv1beta1.Hostname(fmt.Sprintf("*.%s", r.Spec.ClusterDomain)) namespaceFromAll := k8sgatewayapiv1beta1.NamespacesFromAll listener.Hostname = &internalHostname listener.Port...

This may be caused by the out-of-sync between the gateway and the function. When the function cleans up the old serving, there are still old serving requests coming in, resulting...