The execution context will have the HttpResponse object instead of it's pointer after this PR is merged. This change is needed to support it. This will fix the issue where the response object is leaking.
Type of change
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my code
[ ] Any dependent changes have been merged and published in downstream modules
Description
The execution context will have the
HttpResponse
object instead of it's pointer after this PR is merged. This change is needed to support it. This will fix the issue where the response object is leaking.Type of change
Please delete options that are not relevant.
Checklist: