alyssawilk
alyssawilk
I suspect this is more of an RDS issue so tagging @adisuissa for thoughts
+1 - I think it would help if you could write an integration test which simulates these conditions, fails without your change and succeeds with your change. Mind giving that...
Ah, with the attached issue that makes much more sense, thanks so much. So to summarize if we'd be willing to buffer X bytes in an upstream send buffer before...
adding in @KBaichoo for first pass
/retest
hm, can you look into test failures? may need a main merge? /wait
> To clarify the goal of this PR: > > The intent is to ensure we retry the connection-failure until we get at least one connection with an upstream. While...
Ok, I looked into this more (thanks for your patience here) The test passed for me but I downloaded it and patched and edited it _again_ and it is flaky...
Intersection of H2 specs and TLS handshake? I eagerly anticipate Piotr sorting this out :-P
I think this could and ideally would be implemented as an envoy extension. There's a policy regarding extension addition here: https://github.com/envoyproxy/envoy/blob/main/EXTENSION_POLICY.md If your work doesn't meet the guidelines, you could...