netty5/handler-proxy/src
Trustin Lee b9eb8f0e01 Fix test failures in ProxyHandlerTest
Motivation:

The default name resolver attempts to resolve the bad host name (destination.com) and actually succeeds, making the ProxyHandlerTest fail.

Modification:

Use NoopNameResolverGroup instead.

Result:

ProxyHandlerTest passes again.
2014-10-16 17:05:31 +09:00
..
main/java/io/netty/handler/proxy Add proxy support for client socket connections 2014-10-14 12:29:08 +09:00
test/java/io/netty/handler/proxy Fix test failures in ProxyHandlerTest 2014-10-16 17:05:31 +09:00