diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-08-02 14:40:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 14:40:46 +0200 |
commit | 3a2e94492b0d4df1ae5c3bb5a6a6a899538de10b (patch) | |
tree | 3e9b89130f95df5b285a50ef273bbbc32c249605 /cli/bench/http.rs | |
parent | f87aa44d94240327fb4ab1dc756d70f71247edb4 (diff) |
feat: stabilize Deno.serveHttp() (#11544)
This commit moves "Deno.serveHttp()" and related types
to stable namespace.
Diffstat (limited to 'cli/bench/http.rs')
-rw-r--r-- | cli/bench/http.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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<HttpBenchmarkResult> { "run", "--allow-net", "--reload", - "--unstable", "cli/bench/deno_http_native.js", &server_addr(port), ], |