diff --git a/f8/httpclientpool.cc b/f8/httpclientpool.cc index dd6a7ba..6e59fc8 100644 --- a/f8/httpclientpool.cc +++ b/f8/httpclientpool.cc @@ -360,7 +360,7 @@ namespace f8 return; } f8::HttpContext ctx; - ctx->response = response; + ctx.response = response; if (request->cb) { request->cb(false, nullptr, &ctx); }