Skip to content
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

PAYARA-2890 HTTP/2 Server Push Issues #15

Merged
merged 2 commits into from
Feb 6, 2019
Merged

PAYARA-2890 HTTP/2 Server Push Issues #15

merged 2 commits into from
Feb 6, 2019

Conversation

MattGill98
Copy link

First commit is the main fix. Stream was handling RST_STREAM response to push promise before transitioning stream state from sending the push promise, causing Http2SessionException. Fixed this by swapping the order of the operations.

Second commit addresses spurious NPE sourced at org.glassfish.grizzly.http2.Http2SessionOutputSink$OutputQueueRecord.access$100(Http2SessionOutputSink.java:318). After splitting the class out I can't reproduce the error. Regardless of fix, this is a good OCD change anyway.

@MattGill98 MattGill98 merged commit 688ee7c into payara:2.4.3.payara-maintenance Feb 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants