Results 225 comments of James Peach

> I think I'd personally prefer to avoid overloading header matching here with additional concepts Yup. There was a WG discussion where there was consensus to not mandate HTTP/2 pseudo...

/remove-lifecycle stale /lifecyce frozen

> I see the problem. > > ``` > 87 // 1. Either each Listener within the group specifies the "HTTP" > 88 // Protocol or each Listener within the...

To summarize my interpretation: * You have 2 listeners on port 443 * The first "HTTPS" listener matches HTTPRoutes * The second "TLS" matches TLSRoutes You end up with both...

xref #492 xref #467

> thinking about the case(s) where new fields are added to the protos but you may be relying on an older Envoy version etc. There are cases where you need...

@sunjayBhatia making the Go modules change now would only be useful for Envoy 1.21 and later, right?

> > @sunjayBhatia making the Go modules change now would only be useful for Envoy 1.21 and later, right? > > yeah if tying it to Envoy releases works/we do...