molnarg / node-http2

An HTTP/2 client and server implementation for node.js
MIT License
1.79k stars 187 forks source link

error event FRAME_SIZE_ERROR #218

Open clarencetw opened 7 years ago

clarencetw commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

+1, how to fix it?

abhijeet-sonawane commented 7 years ago

I got the same error too.

jdelgadoalfonso commented 7 years ago

+1, same error