-
Notifications
You must be signed in to change notification settings - Fork 186
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
No payload in GOAWAY frame #219
Comments
thughes
added a commit
to airtimemedia/node-http2
that referenced
this issue
Mar 7, 2017
Additional debug data is allowed to be included in the GOAWAY frame: https://http2.github.io/http2-spec/#GOAWAY. We now put that data into frame.debug_data instead of returning a FRAME_SIZE_ERROR. Fixes molnarg#218 and molnarg#219.
thughes
added a commit
to airtimemedia/node-http2
that referenced
this issue
Mar 7, 2017
Additional debug data is allowed to be included in the GOAWAY frame: https://http2.github.io/http2-spec/#GOAWAY. We now put that data into frame.debug_data instead of returning a FRAME_SIZE_ERROR. Fixes molnarg#218 and molnarg#219.
florianreinhart
pushed a commit
to node-apn/node-http2
that referenced
this issue
Mar 15, 2017
Additional debug data is allowed to be included in the GOAWAY frame: https://http2.github.io/http2-spec/#GOAWAY. We now put that data into frame.debug_data instead of returning a FRAME_SIZE_ERROR. Fixes molnarg#218 and molnarg#219.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
I'm trying to send POST request to Apple Push Notifications server (APN). I'm getting GOAWAY frame without payload data, through APN manual states that it must contain a JSON data.
The code I'm using:
Should I do extra actions to get a payload?
Thank you very much for this module!
The text was updated successfully, but these errors were encountered: