Details
Description
https://netty.io/news/2017/11/08/4-0-53-Final-4-1-17-Final.html
The most important changes for 4.0.53.Final and 4.1.17.Final are:
- OpenSslEngine support unwrap plaintext greater than 214 and avoid infinite loop (#7352)
- java.lang.NullPointerException: ssl at ReferenceCountedOpenSslEngine.rejectRemoteInitiatedRenegotiation (#7353)
- Don't disable HttpObjectDecoder on upgrade from HTTP/1.x to HTTP/1.x over TLS (#7298)
- Support running Netty (in particular netty-tcnative) in the bootstrap class loader (#7345)
- SslHandler.setHandshakeTimeout*(...) should also been enforced on the server (#7277)
- ResourceLeakDetector sampling changes (#7232)
- Do not treat errors as decoder exception (redux) (#7279)
- Do not treat errors as decoder exception (#7276)
- Propagate all exceptions when loading native code (#7250)
- Optimistically update ref counts (#7248)
- Fix Java9SslEngine implementation of ApplicationProtocolAccessor and so fix ApplicationProtocolNegationHandler (#7258)
- Upgrade Conscrypt to 1.0.0.RC11 (#7235)
Attachments
Issue Links
- links to