diff options
Diffstat (limited to 'ext/fetch/26_fetch.js')
-rw-r--r-- | ext/fetch/26_fetch.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fetch/26_fetch.js b/ext/fetch/26_fetch.js index 6be63d077..311a197a8 100644 --- a/ext/fetch/26_fetch.js +++ b/ext/fetch/26_fetch.js @@ -268,6 +268,7 @@ async function mainFetch(req, recursive, terminator) { } } WeakMapPrototypeDelete(requestBodyReaders, req); + reader.releaseLock(); core.tryClose(requestBodyRid); })(); } |