code

Results 478 comments of code

More hosts benchmark test result. cc @ggreenway Benchmark result after this PR: ``` ------------------------------------------------------------------------------------ Benchmark Time CPU Iterations ------------------------------------------------------------------------------------ benchmarkSubsetLoadBalancerCreate/0/50 1.29 ms 1.29 ms 502 benchmarkSubsetLoadBalancerCreate/1/50 0.967 ms 0.967 ms...

friendly ping @zuercher could you give a LGTM again. Then we can merge this PR. 😸

I checked code of lua filter. The response headers of httpCall will be stored to key/value table. Multiple same keys is not supported. But I think we should try to...

Check code here. The response headers will be convert to Lua table. You may need con-cat all the value of same key and then push it to the state. https://github.com/envoyproxy/envoy/blob/b00201133123a88e5c73adfdf067dc1003566a66/source/extensions/filters/http/lua/lua_filter.cc#L316-L332

Hmm, I am not sure if the @daniel-yaba has done some related work? 🤣

Hi, @StarryVae is there any progress? Or any help is needed? 😸

I am trying to fix this problem. However, I am not sure could we fold the set-cookie headers correctly. If we cannot fold the set-cookie correctly and want keep all...