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

fix after task done ,http client idle connections not close #207

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

ii2day
Copy link
Collaborator

@ii2day ii2day commented Sep 14, 2023

修复任务完成后,依然存在 tcp 连接存活,占用资源
fix #205

Signed-off-by: ii2day <ji.li@daocloud.io>
@codecov
Copy link

codecov bot commented Sep 14, 2023

Codecov Report

Merging #207 (a4e4ec3) into main (885761c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #207   +/-   ##
=======================================
  Coverage   38.94%   38.94%           
=======================================
  Files           8        8           
  Lines         529      529           
=======================================
  Hits          206      206           
  Misses        318      318           
  Partials        5        5           
Flag Coverage Δ
unittests 38.94% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@weizhoublue weizhoublue merged commit c4d388e into main Sep 14, 2023
24 checks passed
@weizhoublue weizhoublue deleted the fix/ii2day/http_client branch September 14, 2023 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

software bug After the task is completed, TCP still exists and is not disconnected, occupying resources
2 participants