code
code
FWIW, `/wait-any` label is more appropriate than `/wait` at the cases where no explicit change is required.
> I have a new idea. See source/common/protobuf/yaml_utility.cc, function utf8CoerceToStructurallyValid. > > Based on the logic in there we can write a scanner to see if utf8 is structurally valid....
I see, the `IsStructurallyValid` of protobuf could be used.
Use the https://github.com/envoyproxy/envoy/pull/35936
``` BM_AllCountersJson/per_endpoint_stats_disabled_mean 570 ms 570 ms 10 output per iteration: 135789011 BM_AllCountersJson/per_endpoint_stats_enabled_mean 979 ms 979 ms 10 output per iteration: 180082411 BM_UsedCountersJson/per_endpoint_stats_disabled_mean 13.9 ms 13.9 ms 10 output per iteration:...
quic is also flaky frequently.
/retest
/retest
> I think the BufferOutput abstraction is useful if you make it an interface, and we exploit that with 2 overrides instead of using a template. But if we go...