We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Command run:
$ h2load --version h2load nghttp2/1.41.0-DEV $ node benchmark/run.js --filter write http2 http2/write.js http2/write.js benchmarker="h2load" size=100000 length=65536 streams=100: 1,898.23 http2/write.js benchmarker="h2load" size=100000 length=131072 streams=100: 1,038.20 events.js:174 throw er; // Unhandled 'error' event ^ Error [ERR_HTTP2_ERROR]: The user callback function failed at Http2Session.onSessionInternalError [as error] (internal/http2/core.js:734:26) Emitted 'error' event at: at emitErrorNT (internal/streams/destroy.js:91:8) at emitErrorAndCloseNT (internal/streams/destroy.js:59:3) at process._tickCallback (internal/process/next_tick.js:63:19)
The text was updated successfully, but these errors were encountered:
I'm able to reproduce the issue with h2load v1.40.0 too
$ h2load --version h2load nghttp2/1.40.0 $ nvm use 12 Now using node v12.14.0 (npm v6.13.4) $ node benchmark/run.js --filter write http2 http2/write.js http2/write.js benchmarker="h2load" size=100000 length=65536 streams=100: 2,673.07 http2/write.js benchmarker="h2load" size=100000 length=131072 streams=100: 1,485.04 events.js:187 throw er; // Unhandled 'error' event ^ Error [ERR_HTTP2_ERROR]: The user callback function failed at Http2Session.onSessionInternalError (internal/http2/core.js:746:26) Emitted 'error' event on ServerHttp2Stream instance at: at emitErrorNT (internal/streams/destroy.js:92:8) at emitErrorAndCloseNT (internal/streams/destroy.js:60:3) at processTicksAndRejections (internal/process/task_queues.js:80:21) { code: 'ERR_HTTP2_ERROR', errno: -902 }
Sorry, something went wrong.
cc @nodejs/http2
@trivikr Maybe related to #37849?
No branches or pull requests
Command run:
The text was updated successfully, but these errors were encountered: