Kevin Kim
Kevin Kim
Could client behavior be triggering the rate limiter [here](https://github.com/jetty/jetty.project/blob/5e982018df43190a179a39263672b77d1d1d944d/jetty-core/jetty-http2/jetty-http2-common/src/main/java/org/eclipse/jetty/http2/HTTP2Session.java#L840)? Assuming the client is not malicious and trying to invoke MadeYouReset. I'm thinking this is server initiated given the rate limiter...
Hmm based on the stack trace though does it look like the server is sending the reset when trying to [complete the request](https://github.com/jetty/jetty.project/blob/420ec7cc1db65b42693dc002aca0faa567f62f7e/jetty-http2/http2-server/src/main/java/org/eclipse/jetty/http2/server/HTTP2ServerConnection.java#L347-L353) and finds there is still [data on...