summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-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 5c9deb5a3..c60a4b05a 100644
--- a/ext/http/01_http.js
+++ b/ext/http/01_http.js
@@ -281,6 +281,7 @@
streamRid,
resourceRid,
);
+ core.tryClose(resourceRid);
readableStreamClose(respBody); // Release JS lock.
} catch (error) {
const connError = httpConn[connErrorSymbol];