Skip to content

Commit 913751b

Browse files
author
Guy Bedford
committed
fixup
1 parent dab45a6 commit 913751b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-tests/js-compute/fixtures/app/src/manual-framing-headers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ async function responseMethod(setManualFramingHeaders) {
229229
status: response.status,
230230
});
231231
response.setManualFramingHeaders(setManualFramingHeaders);
232+
outResponse.setManualFramingHeaders(setManualFramingHeaders);
232233
outResponse.headers.set('content-length', '11');
233234
outResponse.headers.delete('transfer-encoding');
234235
return outResponse;

0 commit comments

Comments
 (0)