netty5/handler
Trustin Lee cf6eb70f93 Fix NoClassDefFoundError when netty-tcnative is unavailable
Motivation:

ProxyHandlerTest fails with NoClassDefFoundError raised by
SslContext.newClientContext().

Modifications:

Fix a missing 'return' statement that makes the switch-case block fall
through unncecessarily

Result:

- ProxyHandlerTest does not fail anymore.
- SslContext.newClientContext() does not raise NoClassDefFoundError
  anymore.
2014-12-26 15:44:39 +09:00
..
src Fix NoClassDefFoundError when netty-tcnative is unavailable 2014-12-26 15:44:39 +09:00
pom.xml Fix dependency issues with hamcrest 2014-12-04 17:59:15 +09:00