ChistaDATA / chista-asabru

A protocol aware database proxy built in c++
https://docs.asabru.chistadata.io/
4 stars 1 forks source link

fix: stack allocate http-response #176

Closed v4run closed 4 months ago

v4run commented 4 months ago

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: