Netty 3.9.3.Final released
Here's another micro update in 3.9 branch.
- #2093 - Fix a dead lock in
SslHandler
- #2179 - Fix a message loss during HTTP protocol switch
- #2333 - Fix a redundant 'SSLEngine is closing/closed' exception
- #2626 - Upgrade JBoss Logging to the latest GA version (by @gaol)
- #2683 - Fix a NPE in SPDY
- #2713 - Fix an incorrect
ConnectException
message - #2714 - Fix a missing
channelInterestOpsChanged
event - #2718 - Fix missing encrypted private key support in
JdkSslContext
(by @schulzp) - #2728 - Disallow
ChannelFuture.setFailure(null)
, which leads to inconsistent state - #2732 - Fix incorrect URI encoding in HTTP encoder
- #2735 - Do not simplify stack trace
- #2742 - Fix a bug where
SpdySessionHandler
sometimes does not handle all pending writes
For the detail, please browse our issue tracker.
As always, please let us know if you find any issues. We love feedback!
Thank You
Every idea and bug-report counts and so we thought it is worth mentioning those who helped in this area. Please report an unintended omission.
- @davsclaus
- @gaol
- hyangtack at gmail.com
- @jfarcand
- @jpinner
- @martin-robo
- nettyuser at gmail.com
- @schulzp
- @slandelle
- @tom1401
- @vikramgundeti
- @zaykl