nano-proxy icon indicating copy to clipboard operation
nano-proxy copied to clipboard

A tiny TCP proxy with netty

Results 2 nano-proxy issues
Sort by recently updated
recently updated
newest added

the `ProxyFrontendHandler#channelActive` would try to connect the target server and get a channelFuture, but this code works asynchronously, therefore, when request comes, the `channelRead` is invoked while the `outboundChannel` is...

![nanoproxy1](https://cloud.githubusercontent.com/assets/803893/15525026/638a406a-21f4-11e6-90ec-4c68bf81b02e.png)