修复异步http api相关bug
This commit is contained in:
parent
10522e4ea5
commit
1b4f5313f2
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue