From a6cc881c1c6b763bdf9f3e860d49f68b94bf7adc Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 30 Aug 2019 09:09:29 +0800 Subject: [PATCH] 1 --- cpp/httpclientpool.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/httpclientpool.cc b/cpp/httpclientpool.cc index f043dc4..46e83c8 100644 --- a/cpp/httpclientpool.cc +++ b/cpp/httpclientpool.cc @@ -394,7 +394,7 @@ namespace f8 node->method = method; node->url = url; url_params.ToUrlEncodeStr(node->url_params); - // url_params.ToKVList(node->kv_params); + //url_params.ToKVList(node->kv_params); node->content = std::string(content); if (headers) { headers->DeepCopy(node->headers);