chenjiandongx / chenjiandongx/async-proxy-pool

用test_proxy测试,成功率不是很高

Open
#6 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
367
Forks
133
PR merge metrics
No merged PRs in 30d

Description

r = session.get('http://127.0.0.1:3289/count')
r.json()
{'count': '4200'}
抓到了特别多的https,是不是这个影响的呢?

测试代理: http://127.0.0.1:3289/get/10
测试网站: https://zhihu.com
测试次数: 1000
成功次数: 246
失败次数: 754
成功率: 0.246

测试代理: http://127.0.0.1:3289/get/200
测试网站: https://zhihu.com
测试次数: 1000
成功次数: 237
失败次数: 763
成功率: 0.237

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the reported checks against /count and /get/10 or /get/200 using https://zhihu.com, and compare the returned proxy protocols with the success and failure counts. Read the proxy-fetching and validation entry points to determine whether the low success rate is caused by HTTPS handling. Done means the cause is documented and the affected behavior has a verified fix or an explicit limitation.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.