★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/a43b7ff72eNouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
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>
  • Loading branch information
richardlau authored and MylesBorins committed Aug 31, 2020
1 parent 72ce09d commit a43b7ff72e6592ee3a7a424455c3c678173da30d
Showing with 0 additions and 9 deletions.
  1. +0 −9 .github/CODEOWNERS
Validating CODEOWNERS rules …
@@ -73,15 +73,6 @@
/src/node_http2* @nodejs/http2 @nodejs/net
/src/node_mem* @nodejs/http2

# quic

/deps/ngtcp2/ @nodejs/quic
/deps/nghttp3/ @nodejs/quic
/doc/api/quic.md @nodejs/quic
/lib/internal/quic/ @nodejs/quic
/src/node_bob* @nodejs/quic
/src/quic/ @nodejs/quic

# modules

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

0 comments on commit a43b7ff

Please sign in to comment.