Skip to content

Commit

Permalink
Update packages/kit/src/core/node/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored May 28, 2021
1 parent 2f91e3a commit 1d175ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/kit/src/core/node/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export function getRawBody(req) {

const length = Number(h['content-length']);

// https://github.com/lukeed/polka/blob/next/packages/parse/index.js#L17
// https://github.com/jshttp/type-is/blob/c1f4388c71c8a01f79934e68f630ca4a15fffcd6/index.js#L81-L95
if (isNaN(length) && h['transfer-encoding'] == null) {
return fulfil(null);
Expand Down

0 comments on commit 1d175ea

Please sign in to comment.