-
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
Issue #4603 - avoid NPE during websocket HTTP/2 upgrade #4702
Conversation
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
After these changes I no longer get the NPE reported in #4603, however I occasionally get a
|
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
@sbordet can I get a review |
The |
Issue #4603
If no
UPGRADE_CONNECTION_ATTRIBUTE
is set whenprepareUpgrade()
is called we should do a sendErrorOrAbort on the channel.