-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hpack exception causes the connection drop with client #7964
Comments
Can you detail what do you mean by "intermittently"? I ask because for a single Jetty setup, either the Are you reloading the server between requests? Making requests to different Jetty, possibly configured differently? |
@sbordet Intermittently states that this issue happens some execution run in "Continuous Integration and deployment" staging job. When this happens all test fails. Below is the HTTP response received and not reloading the jetty server between requests. When we re-triggered the failed job then all times it get failed with the same hpack exception. HTTP2_RESPONSE version : h2_prior_knowledge, |
IIUC, you start a job on your CI, and all the tests fail with that error. In particular you probably lack the |
Jetty 9.x is now at End of Community Support. |
This issue has been automatically marked as stale because it has been a |
We get below exception some time http2 server response to client, we use the pax-jetty version: 9.4.46.v20220331
HTTP/2 connection terminated with client after this exception
Same problem stated in this Issue #2048 · eclipse/jetty.project is fixed in jetty version 9.4.x, though fix is already available in below jetty version
Used version in our system:
karaf version: 4.3.7
Jetty version: 9.4.46
This happens intermittently, what could be the reason for this exception ?
The text was updated successfully, but these errors were encountered: