Issue referring to the netty_proxy_client branch
Hi @ganskef ,
Referring to this branch : https://github.com/ganskef/LittleProxy-mitm/tree/netty_proxy_client
I'm trying to figure out how to help you solve the MITM + chain proxy issue, and I noticed that the proxy server running on port 9090 does not seem to be running (I setup firefox and curl to route through it, while debugging the tests, and i get connection refused on them as well).
I'm going to debug further, maybe disable the tests, package the jar and see if i can implement this functionality (I'm not too amazing with Junit yet.)
I'd like to get talk with you a bit. I'm a native english speaker but I also took a few semesters of german.
I've tried to describe the issue here. Please, try following:
- Start a proxy with port 9090, like mitmproxy
mitmproxy -p 9090. All tests will succeed. - Quit mitmproxy and start the LittleProxy-mitm Launcher. Three tests in
ProxyClientNettyTestwill fail while using a netty client - but, the same tests inProxyClientUrlTest extends ProxyClientNettyTestare passed with a URLConnection based client. - What's wrong with this picture? :-/
We can close this issue.. I think it was a red herring. Specially if you can't reproduce it.
I think, you've closed the wrong issue, you do?
@ganskef you were right, sorry. also forget the details of this.