From 27ce8a991560eb8ce36b465884f9f76287fff942 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Fri, 28 Jun 2019 16:55:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BC=98=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Common/Parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/Parser.h b/src/Common/Parser.h index 29c6b49e..fdbdc8f2 100644 --- a/src/Common/Parser.h +++ b/src/Common/Parser.h @@ -164,7 +164,7 @@ class Parser { return ret; } - private: +private: string _strMethod; string _strUrl; string _strTail;