| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
|
@pimtery @jasnell Not to be merged now. It is to be prepared when newer nghttp3 arrives in node.js |
Sorry, something went wrong.
|
Expect building to fail until the update. |
Sorry, something went wrong.
nghttp2 will introduce a version 2 callback and function for closing streams. This prepares node.js for the change. Other changes may be required for its full potential. Signed-off-by: Marten Richter <marten.richter@freenet.de>
Co-authored-by: James M Snell <jasnell@gmail.com>
|
The newer nghttp3 had been merged. Separate from this also ngtcp3 needs an update to address the changes. |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #64574 +/- ##
==========================================
- Coverage 90.31% 90.30% -0.01%
==========================================
Files 759 759
Lines 248290 248342 +52
Branches 46859 46876 +17
==========================================
+ Hits 224241 224273 +32
- Misses 15472 15505 +33
+ Partials 8577 8564 -13 see 49 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
|
I have also added the ngtcp2 change. |
Sorry, something went wrong.
Sorry, something went wrong.
nghttp2 will introduce a version 2 callback and function for closing streams. This prepares node.js for the change. Other changes may be required for its full potential. Signed-off-by: Marten Richter <marten.richter@freenet.de> PR-URL: #64574 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tim Perry <pimterry@gmail.com>
nghttp2 will introduce a version 2 callback and function for closing streams. This prepares node.js for the change. Other changes may be required for its full potential. Signed-off-by: Marten Richter <marten.richter@freenet.de> PR-URL: #64574 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tim Perry <pimterry@gmail.com>
| Back | FazBrowse Home | New Git URL |
nghttp2 will introduce a version 2 callback
and function for closing streams.
This prepares node.js for the change.
Other changes may be required for
its full potential.