From 1b4f5313f2c1a2df8c835c7637f595f742cd6e1b Mon Sep 17 00:00:00 2001 From: ziyue <1213642868@qq.com> Date: Wed, 18 Aug 2021 20:37:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=82=E6=AD=A5http=20api?= =?UTF-8?q?=E7=9B=B8=E5=85=B3bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/WebApi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/server/WebApi.h b/server/WebApi.h index 569eaea0..6665b687 100755 --- a/server/WebApi.h +++ b/server/WebApi.h @@ -151,6 +151,7 @@ public: _get_args = that._get_args; _get_parser = that._get_parser; _get_value = that._get_value; + _cache_able = true; } else { that._clone(*this); }