Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimize: DNS获取到的IP,如果测速未通过,则不使用该IP,直接使用域名发起请求。 #333

Merged
merged 4 commits into from
Aug 20, 2024

Conversation

wangliang181230
Copy link
Contributor

Ⅰ. 描述此PR的作用:

  • optimize: DNS获取到的IP,如果测速未通过,则不使用该IP,直接使用域名发起请求。
  • bugfix: 修复 代理连接超时时,未关闭客户端socket连接 的问题。
  • optimize: dns-lookup 代码封装并优化日志,使 connectrequest 复用 dns-lookup 的代码。

Ⅱ. 此PR修复了哪个issue吗?

fixes #308

@wangliang181230 wangliang181230 added Bugfix 修复BUG的PR Optimize 优化的PR labels Aug 20, 2024
@wangliang181230 wangliang181230 added this to the 1.8.3 milestone Aug 20, 2024
@wangliang181230 wangliang181230 merged commit 25fe185 into docmirror:master Aug 20, 2024
@wangliang181230 wangliang181230 deleted the optimize-dns branch August 20, 2024 08:10
@wangliang181230 wangliang181230 added the v1.8.3 1.8.3版本 label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix 修复BUG的PR Optimize 优化的PR v1.8.3 1.8.3版本
Projects
None yet
Development

Successfully merging this pull request may close these issues.

测速不通过的IP,不应该发起请求。
1 participant