You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CustomData member of CustomRequest and CustomResponse is prone to leaking. Should the lifetime of CustomData be tied to the CustomRequest/CustomResponse object?
The text was updated successfully, but these errors were encountered:
The lifetime can be tied to the CustomRequest/Response unless the CustomData object is explicitly transferred. As is, request/response don't have a way to easily specify that the CustomData ownership has been transferred so that does need fixing.
The
CustomData
member ofCustomRequest
andCustomResponse
is prone to leaking. Should the lifetime ofCustomData
be tied to theCustomRequest
/CustomResponse
object?The text was updated successfully, but these errors were encountered: