netty5/handler
Trustin Lee ff47510cfb Do not pre-populate cipher suite conversion table
Motivation:

- There's no point of pre-population.
- Waste of memory and time because they are going to be cached lazily
- Some pre-populated cipher suites are ancient and will be unused

Modification:

- Remove cache pre-population

Result:

Sanity restored
2014-12-31 20:31:56 +09:00
..
src Do not pre-populate cipher suite conversion table 2014-12-31 20:31:56 +09:00
pom.xml Fix dependency issues with hamcrest 2014-12-04 18:00:02 +09:00