From 913751b55e9ec0eae86cf097e68efb1552305c1f Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Fri, 11 Oct 2024 17:47:52 -0700 Subject: [PATCH] fixup --- .../js-compute/fixtures/app/src/manual-framing-headers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/js-compute/fixtures/app/src/manual-framing-headers.js b/integration-tests/js-compute/fixtures/app/src/manual-framing-headers.js index 5e8c434c85..b2c017b7d7 100644 --- a/integration-tests/js-compute/fixtures/app/src/manual-framing-headers.js +++ b/integration-tests/js-compute/fixtures/app/src/manual-framing-headers.js @@ -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;