Joshua Marantz

Results 291 comments of Joshua Marantz

I am not sure what happened; this may have been an accident. Re-opening.

/wait marking as such as when the constituent smaller PRs land this will either be obsoleted by them or become simple enough to easily review.

Looks like there are still a few CI issues /wait

@rakeshdatta thanks for all this. Can you take a look at https://github.com/envoyproxy/envoy/blob/main/CONTRIBUTING.md and in particular the stanza starting with "Once your PR is under review, please do not rebase it....

I know that it's possible to "repair" a PR with git magic (and losing PR comments in the process). But usually I find it easiest to simply open a new...

@RyanTheOptimist the coverage change is actually to increase the coverage expectation. I assume that should be an easy one.

@yanjunxiang-google you are correct: /stats is served by the main thread. But it is served in chunks via a Request API internal to Envoy now, with a nextChunk method. Actually...

Per discussion with @ravenblackx I will add an FSM diagram or similar to explain the life of a streaming response. Feel free to read the PR in parallel or hold...