diff options
Diffstat (limited to 'cli/bench/tcp.js')
-rw-r--r-- | cli/bench/tcp.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/tcp.js b/cli/bench/tcp.js index 826f5f87b..6b9023951 100644 --- a/cli/bench/tcp.js +++ b/cli/bench/tcp.js @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. const listener = Deno.listen({ port: 4500 }); const response = new TextEncoder().encode( |