Michael Theos
Michael Theos
Hey @bhoradc, do you mean that the SDK v2 client doesn't support H2?
Can you elaborate for us common folk?
Hi team, we use an execution interceptor with our client to propagate tracing through the framework. Can this be supported in the CRT client without affecting performance?
> such a mechanism can easily lead to command timeouts using the synchronous API The performance would be terrible, but unless your timeouts are extremely aggressive WRT the flush period...
Hi @bentsku, thanks for getting back to me. I'm hoping that you are open to implementing or accepting a PR to implement the flow described here: [Authenticating Requests: Using the...
Performing signature validation only if we provide an authorization header sounds like a great start and would cover our requirements. We don't need to test unauthenticated requests in this way.
Hi Simone, In our use case, we know the size of the transformed request up front since we're only adding metadata to the body, so we can add the content-length...
I copied the AsyncMiddleManServlet and removed that [line](https://github.com/eclipse/jetty.project/blob/a138bfbe1ab41a422448a7a9d95d5fad3495a063/jetty-proxy/src/main/java/org/eclipse/jetty/proxy/AsyncMiddleManServlet.java#L390). That was the only change needed. We were looking at the middle man servlet as an option, but we've since moved to...
Hey Mark, thanks for getting back to me. I tried making a minimal reproducer for you, but it's not failing as expected. The logs clearly show the connection event after...
Hi Mark (@mp911de), I have a reproducer for the problem. I believe the problem is that the flush queued by the `AsyncConnectionProvider` to occur after a connection is established can...