| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
The goal here is to add the ngtcp2 client and server samples so that we can use them in CI to test our QUIC implementation.
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #59946 +/- ##
==========================================
+ Coverage 88.41% 88.44% +0.02%
==========================================
Files 703 703
Lines 207398 207401 +3
Branches 39987 39992 +5
==========================================
+ Hits 183374 183438 +64
+ Misses 15995 15933 -62
- Partials 8029 8030 +1 see 36 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
Sorry, something went wrong.
It was fixed to 1.15.1 in nodejs#59946 without explanation.
The goal here is to add the ngtcp2 client and server samples so that we can use them in CI to test our QUIC implementation. PR-URL: nodejs#59946 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
PR-URL: nodejs#59946 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
| Back | FazBrowse Home | New Git URL |
The goal here is to add the ngtcp2 client and server samples so that we can use them in CI to test our QUIC implementation.
The sample server/client from ngtcp2 does not currently build on AIX or Windows but that should be fine. The tests against these won't be the only tests we do, they are intended only to be able to prove that our implementation can interop with an existing other implementations.