From eed2598e6cf1db643b4edd07b5eff94c59eb9408 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 24 Apr 2024 14:03:37 -0400 Subject: feat(ext/http): Implement request.signal for Deno.serve (#23425) When the response has been successfully send, we abort the `Request.signal` property to indicate that all resources associated with this transaction may be torn down. --- tools/core_import_map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/core_import_map.json b/tools/core_import_map.json index 463095de8..421769e52 100644 --- a/tools/core_import_map.json +++ b/tools/core_import_map.json @@ -15,7 +15,7 @@ "ext:deno_fetch/26_fetch.js": "../ext/fetch/26_fetch.js", "ext:deno_ffi/00_ffi.js": "../ext/ffi/00_ffi.js", "ext:deno_fs/30_fs.js": "../ext/fs/30_fs.js", - "ext:deno_http/00_serve.js": "../ext/http/00_serve.js", + "ext:deno_http/00_serve.ts": "../ext/http/00_serve.ts", "ext:deno_http/01_http.js": "../ext/http/01_http.js", "ext:deno_io/12_io.js": "../ext/io/12_io.js", "ext:deno_kv/01_db.ts": "../ext/kv/01_db.ts", -- cgit v1.2.3