From 6bc22929e526ec43c818f4b8a02ccc7b0c6e1361 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 19 Dec 2022 10:53:16 +0800 Subject: [PATCH] 1 --- f8/httpclientpool.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/f8/httpclientpool.cc b/f8/httpclientpool.cc index 6e59fc8..f178519 100644 --- a/f8/httpclientpool.cc +++ b/f8/httpclientpool.cc @@ -454,8 +454,8 @@ namespace f8 { --(HttpClientPool::Instance()->impl_->pending_num); long long context_id = args.Get(0); - auto xobj = args.Get>(1); - int code = args.Get(2); + int code = args.Get(1); + auto xobj = args.Get>(2); if (code == AHE_NO_ERROR) { HttpClientPool::Instance()->impl_->AsyncHttpOnOk(context_id, *xobj);