netty5/handler
DhanaRaj Durairaj eb27cd279c [#2494] Fix data curruption by ChannelTrafficShapingHandler
Motivation:
ChannelTrafficShapingHandler may corrupt inbound data stream by
scheduling the fireChannelRead event.

Modification:
Always call fireChannelRead(...) and only suspend reads after it

Result:
No more data corruption
2014-06-03 08:38:05 +02:00
..
src [#2494] Fix data curruption by ChannelTrafficShapingHandler 2014-06-03 08:38:05 +02:00
pom.xml Add unified NextProtoNego extension support to SslContext 2014-05-21 17:24:52 +09:00