From 2d814bb9b97e2a1c8be22c5063e7dbde467168a9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 19 Dec 2022 10:48:37 +0800 Subject: [PATCH] 1 --- f8/httpclientpool.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }