| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #64434 +/- ##
==========================================
- Coverage 90.24% 90.23% -0.02%
==========================================
Files 741 741
Lines 241384 241646 +262
Branches 45480 45528 +48
==========================================
+ Hits 217844 218038 +194
- Misses 15097 15155 +58
- Partials 8443 8453 +10
... and 51 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
There was a problem hiding this comment.
Appears to be some linting issues but otherwise LGTM
Sorry, something went wrong.
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Sorry, something went wrong.
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com> PR-URL: #64434 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tim Perry <pimterry@gmail.com>
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com> PR-URL: #64434 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tim Perry <pimterry@gmail.com>
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com> PR-URL: #64434 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tim Perry <pimterry@gmail.com>
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com> PR-URL: #64434 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tim Perry <pimterry@gmail.com>
| Back | FazBrowse Home | New Git URL |
Add an opt-in certificateCompression TLS option for QUIC sessions,
mirroring the existing node:tls support. When set to a list of
'zlib', 'brotli', and/or 'zstd', the server compresses its certificate
chain and the client advertises the algorithms it accepts, reducing the
size of the server's first flight and helping it stay within QUIC's
anti-amplification limit.
Certificate compression is disabled by default: the OpenSSL default
preferences are cleared unless the option is provided, keeping QUIC
consistent with node:tls
I've been using AI for the investigation and to better understand the context