修复异步http api相关bug

This commit is contained in:
ziyue 2021-08-18 20:37:10 +08:00
parent 10522e4ea5
commit 1b4f5313f2

View File

@ -151,6 +151,7 @@ public:
_get_args = that._get_args; _get_args = that._get_args;
_get_parser = that._get_parser; _get_parser = that._get_parser;
_get_value = that._get_value; _get_value = that._get_value;
_cache_able = true;
} else { } else {
that._clone(*this); that._clone(*this);
} }