Fix obscure use-after-free in HttpClientAdapter.
In setPromise() we chain `task` with an error handler that accesses ResponseImpl, so that means `task` needs to attach a reference to RespnoseImpl... ugh.
Showing
Please
register
or
sign in
to comment