Skip to content

Commit a43b7ff

Browse files
richardlauMylesBorins
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 72ce09d commit a43b7ff

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
@@ -73,15 +73,6 @@
7373
/src/node_http2* @nodejs/http2 @nodejs/net
7474
/src/node_mem* @nodejs/http2
7575

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

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

0 commit comments

Comments
 (0)