Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Oct 12, 2024
1 parent dab45a6 commit 913751b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ async function responseMethod(setManualFramingHeaders) {
status: response.status,
});
response.setManualFramingHeaders(setManualFramingHeaders);
outResponse.setManualFramingHeaders(setManualFramingHeaders);
outResponse.headers.set('content-length', '11');
outResponse.headers.delete('transfer-encoding');
return outResponse;
Expand Down

0 comments on commit 913751b

Please sign in to comment.