From 3a2e94492b0d4df1ae5c3bb5a6a6a899538de10b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 2 Aug 2021 14:40:46 +0200 Subject: feat: stabilize Deno.serveHttp() (#11544) This commit moves "Deno.serveHttp()" and related types to stable namespace. --- cli/bench/http.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/bench') diff --git a/cli/bench/http.rs b/cli/bench/http.rs index 7fdab9844..585867892 100644 --- a/cli/bench/http.rs +++ b/cli/bench/http.rs @@ -203,7 +203,6 @@ fn deno_http_native(deno_exe: &str) -> Result { "run", "--allow-net", "--reload", - "--unstable", "cli/bench/deno_http_native.js", &server_addr(port), ], -- cgit v1.2.3