Results 39 comments of liqiang

maybe it has content-encoding? you should decode the body

> 请问要关闭中间人和代理并且不退出程序在代码中应该怎么修改呢。 https://github.com/lqqyt2423/go-mitmproxy/releases/tag/v1.3.0 add proxy.Close and proxy.Shutdown

最近精力有限,欢迎提交pr添加websocket解析功能

vpn这块我不熟,暂时没啥思路

https://github.com/lqqyt2423/go-mitmproxy/releases/tag/v0.1.5

@philipnimble It seems the tcp connection between client (go-mitmproxy) and https endpoint (https://9gag.com) being alive, I guess you can try change client keepalive options in this area. https://github.com/lqqyt2423/go-mitmproxy/blob/main/proxy/proxy.go#L49 Thanks for...