diff options
Diffstat (limited to 'std/http/http_bench.ts')
-rw-r--r-- | std/http/http_bench.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/http/http_bench.ts b/std/http/http_bench.ts index 7b38e742a..8ca389e5c 100644 --- a/std/http/http_bench.ts +++ b/std/http/http_bench.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { serve } from "./server.ts"; const addr = Deno.args[1] || "127.0.0.1:4500"; |