diff options
Diffstat (limited to 'ext/http/http_next.rs')
-rw-r--r-- | ext/http/http_next.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/http/http_next.rs b/ext/http/http_next.rs index b47e22fcc..aae216172 100644 --- a/ext/http/http_next.rs +++ b/ext/http/http_next.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. use crate::compressible::is_content_compressible; use crate::extract_network_stream; use crate::network_buffered_stream::NetworkStreamPrefixCheck; |