netty5/handler
Trustin Lee df186f38a0 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:33:53 +09:00
..
src Do not pre-populate cipher suite conversion table 2014-12-31 20:33:53 +09:00
pom.xml Fix dependency issues with hamcrest 2014-12-04 17:59:15 +09:00