Skip to content

Commit 2b3d4bd

Browse files
richardlauaddaleax
authored andcommitted
meta: remove non-existent quic from CODEOWNERS
quic support doesn't exist prior to Node.js 15 and is unlikely to due to requiring patches on top of openssl. Remove the entries from CODEOWNERS to fix the CODEOWNERS linting, which currently fails as it refers to non-existent paths. PR-URL: #34947 Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Mary Marchini <oss@mmarchini.me> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent 4079cdd commit 2b3d4bd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,6 @@
7474
/src/node_http2* @nodejs/http2 @nodejs/net
7575
/src/node_mem* @nodejs/http2
7676

77-
# quic
78-
79-
/deps/ngtcp2/ @nodejs/quic
80-
/deps/nghttp3/ @nodejs/quic
81-
/doc/api/quic.md @nodejs/quic
82-
/lib/internal/quic/ @nodejs/quic
83-
/src/node_bob* @nodejs/quic
84-
/src/quic/ @nodejs/quic
85-
8677
# modules
8778

8879
/doc/api/modules.md @nodejs/modules

0 commit comments

Comments
 (0)