-
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
error event FRAME_SIZE_ERROR #218
Comments
I got the same too. |
+1, how to fix it? |
I got the same error too. |
+1, same error |
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
when I send the request to apple I will get the
events.js:165
throw err;
^
Error: Uncaught, unspecified "error" event. (FRAME_SIZE_ERROR)
at Endpoint.emit (events.js:163:17)
at runCallback (timers.js:570:20)
at tryOnImmediate (timers.js:550:5)
at processImmediate as _immediateCallback
so who to catch this error
The text was updated successfully, but these errors were encountered: