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 dab45a6 commit 913751bCopy full SHA for 913751b
integration-tests/js-compute/fixtures/app/src/manual-framing-headers.js
@@ -229,6 +229,7 @@ async function responseMethod(setManualFramingHeaders) {
229
status: response.status,
230
});
231
response.setManualFramingHeaders(setManualFramingHeaders);
232
+ outResponse.setManualFramingHeaders(setManualFramingHeaders);
233
outResponse.headers.set('content-length', '11');
234
outResponse.headers.delete('transfer-encoding');
235
return outResponse;
0 commit comments