Levi

Results 336 comments of Levi

参考下:https://github.com/monkeyWie/proxyee/blob/master/src/test/java/com/github/monkeywie/proxyee/InterceptFullResponseProxyServer.java

是要修改请求头还是响应头呢,把你的代码贴出来看看

我用curl测试了下,没有复现这个问题啊 ![image](https://user-images.githubusercontent.com/13160176/84632369-63b7e880-af21-11ea-8418-3dd1773df006.png) 代码如下: ```java new HttpProxyServer() .proxyConfig(new ProxyConfig(ProxyType.SOCKS5,"127.0.0.1",1080)) .start(9999); ```

看看这里https://github.com/monkeyWie/proxyee/issues/10

Thanks for your PR, I have reviewed the code and I don't think using a global `urlController` is a good way to implement this. Here's a suggestion that to listen...

嗯嗯 感谢关注,任务详情后面会加上的

@rjsmith899 Hi, please post your OS version.