-
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
Investigate WebSocketOverHTTP2Test.testServerConnectionClose() #4603
Comments
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
@lachlan-roberts as per our discussion, I would like to understand better why the NPE happens (what race triggers it) before a fix is attempted. Then maybe the fix is the same, but at least we know what it is. Please document in this issue what is the race. |
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
The test was deliberatly closing the endpoint in the middle of the upgrade, this caused the |
Issue #4603 - avoid NPE during websocket HTTP/2 upgrade
Jetty version
10.0.x
Description
The test passes, but sometimes this NPE happens:
The text was updated successfully, but these errors were encountered: