lalalatutu

Results 3 issues of lalalatutu

好像是hook到evel的代码执行转码有问题,尝试了这几个,好像都不管用 xhr.send(window.btoa(unescape(encodeURIComponent(jsCode)))); xhr.send(decodeURIComponent(escape(window.atob(jsCode)))); ![2687dc3f7e3dd21ce1cc9bfaf6dc699](https://user-images.githubusercontent.com/41950062/132308413-a7dea6a9-3037-4724-b1e8-479564f472ba.png)

单线程挂代理请求的时候,timeout设置的10s,但是测试过程中会发现,程序拿到代理,发送请求以后就卡死,拿不到响应 ![image](https://user-images.githubusercontent.com/41950062/186889828-7c3e8150-28e8-4135-b3de-30a2ef9434c3.png)

File "D:\Program Files\Python\python38\lib\site-packages\pyhttpx\session.py", line 255, in get return self.request('GET', url, **kwargs) File "D:\Program Files\Python\python38\lib\site-packages\pyhttpx\session.py", line 166, in request raise TooManyRedirects('too many redirects') pyhttpx.exception.TooManyRedirects: too many redirects 打印日志发现重试了20次都是一直在重试一个url