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

Clear reference to outbound response on complete #1767

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Conversation

jguerra
Copy link
Contributor

@jguerra jguerra commented Apr 29, 2024

On persistent connections we are holding onto the HttpResponseMessage until the next request comes in (where it is cleared in userEventTriggered with a StartEvent). This PR clears the reference after complete so it is eligible for GC

@jguerra jguerra merged commit a9fe1ca into master Apr 29, 2024
5 checks passed
@jguerra jguerra deleted the jg/mem_leak branch June 13, 2024 21:35
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