皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Netty/Incubator/Codec/Quic 0.0.20.Final 发布

I am happy to announce the release of netty-incubator-codec-quic 0.0.20.Final.

This release fixes a few bugs and also introduce the ability for SSL keylogging and so be able to debug via wireshark.

The most interesting changes are:

  • Correctly delete global references when free SSL_CTX (#344)
  • Guard against reentrancy in forceClose() (#345)
  • add keylog support using SSL_CTX_set_keylog_callback (#343)
  • Ensure we generate a correct OSGI compatible manifest for all our jars (#347)

Beside these there are various other small changes.

For more details related to this release see our bug-tracker.

For more details about this codec in general please read our initial announcement.

转自 https://netty.io/news/2021/11/04/quic-0-0-20-Final.html