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

reuse http client transport to retrieve cs3 resources #4889

Merged
merged 1 commit into from
Oct 24, 2022

Conversation

fschade
Copy link
Contributor

@fschade fschade commented Oct 24, 2022

Description

if client transport gets re-initialized per request go creates new routines for every request (net/http.(*persistConn).writeLoop). Reusing the client (transport) fixes this.

@update-docs
Copy link

update-docs bot commented Oct 24, 2022

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@fschade fschade mentioned this pull request Oct 24, 2022
@sonarcloud
Copy link

sonarcloud bot commented Oct 24, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability C 1 Vulnerability
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

75.0% 75.0% Coverage
0.0% 0.0% Duplication

@wkloucek wkloucek merged commit fbc0546 into experimental Oct 24, 2022
@delete-merged-branch delete-merged-branch bot deleted the reuse-cs3-http-transport branch October 24, 2022 13:50
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.

2 participants