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: request http is not cancelled on Close #26

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

phymbert
Copy link
Owner

@phymbert phymbert commented Dec 7, 2024

Fix #23

Fix client. Close() is triggering to many tcp connections

Fix request is not cancelled on Close triggering to many tcp connections on Close()
@phymbert phymbert added the bug Something isn't working label Dec 7, 2024
@phymbert phymbert self-assigned this Dec 7, 2024
@phymbert phymbert merged commit c2f5a4e into main Dec 7, 2024
2 checks passed
@phymbert phymbert deleted the bug/issue-23-tcp-connection-not-released branch December 7, 2024 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

close() method does not free underlying http tcp pool
1 participant