summaryrefslogtreecommitdiff
path: root/ext/http/01_http.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/http/01_http.js')
-rw-r--r--ext/http/01_http.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/http/01_http.js b/ext/http/01_http.js
index 723293689..2681edff8 100644
--- a/ext/http/01_http.js
+++ b/ext/http/01_http.js
@@ -103,6 +103,7 @@
url,
headersList,
body !== null ? new InnerBody(body) : null,
+ false,
);
const signal = abortSignal.newSignal();
const request = fromInnerRequest(innerRequest, signal, "immutable");