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

error event FRAME_SIZE_ERROR #218

Open
clarencetw opened this issue Sep 19, 2016 · 4 comments
Open

error event FRAME_SIZE_ERROR #218

clarencetw opened this issue Sep 19, 2016 · 4 comments

Comments

@clarencetw
Copy link

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

@ghost
Copy link

ghost commented Oct 3, 2016

I got the same too.
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

@maksymseleznov
Copy link

+1, how to fix it?

@abhijeet-sonawane
Copy link

I got the same error too.

@jdelgadoalfonso
Copy link

+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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants