We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfab8d3 commit 453bc68Copy full SHA for 453bc68
packages/kit/src/node/index.js
@@ -57,7 +57,7 @@ export async function getRequest(base, req) {
57
if (req.httpVersionMajor === 2) {
58
// we need to strip out the HTTP/2 pseudo-headers because node-fetch's
59
// Request implementation doesn't like them
60
- // TODO is this still true with undici?
+ // TODO is this still true with Node 18
61
headers = Object.assign({}, headers);
62
delete headers[':method'];
63
delete headers[':path'];
0 commit comments