molnarg / node-http2

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

Error: stream.push() after EOF #243

Open indieyourself opened 7 years ago

indieyourself commented 7 years ago

stream.push() after EOF Error: stream.push() after EOF at readableAddChunk (_stream_readable.js:133:17) at Connection.Readable.push (_stream_readable.js:111:10) at Connection._parentPush (/home/susan/jsworkspace/serverTrunk/game-server/node_modules/http2/lib/protocol/flow.js:243:32) at Connection._push (/home/susan/jsworkspace/serverTrunk/game-server/node_modules/http2/lib/protocol/flow.js:255:17) at Connection.push (/home/susan/jsworkspace/serverTrunk/game-server/node_modules/http2/lib/protocol/flow.js:286:23) at Connection._restoreWindow (/home/susan/jsworkspace/serverTrunk/game-server/node_modules/http2/lib/protocol/flow.js:115:10) at processImmediate [as _immediateCallback] (timers.js:383:17)

adeelzx commented 3 years ago

Hey Did you get the resolution of this error ?