Skip to content

Commit

Permalink
Optimize SslHandler
Browse files Browse the repository at this point in the history
- Fixes netty#1905
- Call ctx.flush() only when necessary
- Improve the estimation of application and packet buffer sizes
- decode() method now tries to call unwrap() with as many SSL records as
  possible to reduce the number of events triggered
  • Loading branch information
trustin committed Nov 8, 2013
1 parent db78581 commit 11f95c7
Showing 1 changed file with 136 additions and 77 deletions.
Loading

0 comments on commit 11f95c7

Please sign in to comment.