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

Add instance caching to HttpManagementConnectionFactory #1413

Merged

Conversation

burmanm
Copy link
Collaborator

@burmanm burmanm commented Sep 19, 2023

…e for each connectImpl call

Fixes #1414

@github-actions
Copy link

No linked issues found. Please add the corresponding issues in the pull request description.
Use GitHub automation to close the issue when a PR is merged

Copy link
Contributor

@Miles-Garnsey Miles-Garnsey left a comment

Choose a reason for hiding this comment

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

My testing suggests that this doesn't break any additional tests (beyond the acceptance tests already broken) and it helps make debugging much easier because fewer HTTP proxies are created.

It'll probably also reduce GC pressure due to cleaning up those proxies I guess.

Nice work!

@Miles-Garnsey Miles-Garnsey merged commit 48bdb4a into integration/http-managementproxy Sep 20, 2023
19 of 21 checks passed
Miles-Garnsey pushed a commit that referenced this pull request Oct 3, 2023
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.

None yet

2 participants