mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 03:31:45 +08:00
修复异步http api相关bug
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user