Closed jasonjkeller closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.66%. Comparing base (
afda029
) to head (2d93bed
). Report is 17 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Resolves: https://github.com/newrelic/newrelic-java-agent/issues/783 Related to: https://github.com/newrelic/newrelic-java-agent/issues/1895
Fixes a memory that could occur with the Ning async http client instrumentation.
The leak would happen when the async client was invoked outside of an active agent transaction. This would cause the
segment
to benull
, preventing references to theresponseStatus
and several other objects stored inNewField
s from being released.