Skip to content

add configs to client.HTTPConfig#30

Open
zajann wants to merge 2 commits intoinfluxdata:masterfrom
zajann:master
Open

add configs to client.HTTPConfig#30
zajann wants to merge 2 commits intoinfluxdata:masterfrom
zajann:master

Conversation

@zajann
Copy link

@zajann zajann commented Jan 14, 2020

In the current version, it is unable to set transport for http.Client.
If many connections and fast run, there is problem with ever-increasing TIME_WAIT socket on a network.
Creating and derivering http.client pointer may be one way, but to minimize modifications of origin code i just add http.Transport config to client.HTTPConfig.
I think It allows to handle http.Client Transport configurations about Connections at least.

@zajann zajann requested a review from pauldix January 19, 2020 23:50
@pauldix pauldix requested review from jsternberg and removed request for pauldix March 22, 2021 21:07
@nexustar
Copy link

Thanks for your work, it helps a lot on our system. @sranka Cloud you help to merge it.

Copy link
Contributor

@jsternberg jsternberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am no longer associated with this project and I think this repository isn't accepting PRs anyway at this point. This shows up in my review requests on GitHub and GitHub won't let me review it since I don't have permissions to the project anymore. I think this is the only way for me to remove myself from the review requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants