Skip to content

Commit 453bc68

Browse files
Update packages/kit/src/node/index.js
Co-authored-by: Ben McCann <[email protected]>
1 parent dfab8d3 commit 453bc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/node/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export async function getRequest(base, req) {
5757
if (req.httpVersionMajor === 2) {
5858
// we need to strip out the HTTP/2 pseudo-headers because node-fetch's
5959
// Request implementation doesn't like them
60-
// TODO is this still true with undici?
60+
// TODO is this still true with Node 18
6161
headers = Object.assign({}, headers);
6262
delete headers[':method'];
6363
delete headers[':path'];

0 commit comments

Comments
 (0)