Skip to content

Commit

Permalink
Merge branch 'fix/proxy'
Browse files Browse the repository at this point in the history
  • Loading branch information
gbehrmann committed Oct 12, 2016
2 parents 52732e6 + 04c6bde commit 7ab674e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public void channelActive(ChannelHandlerContext ctx) throws Exception
{
_destinationAddress = (InetSocketAddress) ctx.channel().localAddress();
_sourceAddress = (InetSocketAddress) ctx.channel().remoteAddress();
super.channelActive(ctx);
}

@Override
Expand Down

0 comments on commit 7ab674e

Please sign in to comment.