Replies: 2 comments 4 replies
|
This is Server problem (as the formulated response) not aligning with spec. |
2 replies
|
@metcoder95 Shall I file a bug against this then? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is anyone running into occasional issues with HTTP 2 connections receiving HTTP 1 headers?
It's sporadic, but it causes an uncaught exception, but i'm not even sure where'd i'd handle it:
{err":{"type":"TypeError","message":"HTTP/1 Connection specific headers are forbidden: \"http2-settings\"","stack":"TypeError: HTTP/1 Connection specific headers are forbidden: \"http2-settings\"\n at mapToHeaders (node:internal/http2/util:651:13)\n at ClientHttp2Session.request (node:internal/http2/core:1813:25)\n at writeH2 (/.../node_modules/undici/lib/dispatcher/client-h2.js:469:22)\n at Object.write (/.../node_modules/undici/lib/dispatcher/client-h2.js:119:14)\n at _resume (/.../node_modules/undici/lib/dispatcher/client.js:601:50)\n at resume (/.../node_modules/undici/lib/dispatcher/client.js:303:28\n at node:internal/process/task_queues:140:7\n at AsyncResource.runInAsyncScope (node:async_hooks:206:9)\n at AsyncResource.runMicrotask (node:internal/process/task_queues:137:8)","code":"ERR_HTTP2_INVALID_CONNECTION_HEADERS"},"msg":"Uncaught exception in NodeJS"}All reactions