mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-04 01:37:33 +08:00
Merge remote-tracking branch 'upstream/master' into master
This commit is contained in:
@@ -148,7 +148,7 @@ static ApiArgsType getAllArgs(const Parser &parser) {
|
||||
for (auto &pr : parser.getUrlArgs()) {
|
||||
allArgs[pr.first] = pr.second;
|
||||
}
|
||||
return std::move(allArgs);
|
||||
return allArgs;
|
||||
}
|
||||
|
||||
static inline void addHttpListener(){
|
||||
|
||||
@@ -168,7 +168,7 @@ static ArgsType make_json(const MediaInfo &args){
|
||||
body["app"] = args._app;
|
||||
body["stream"] = args._streamid;
|
||||
body["params"] = args._param_strs;
|
||||
return std::move(body);
|
||||
return body;
|
||||
}
|
||||
|
||||
static void reportServerStarted(){
|
||||
|
||||
Reference in New Issue
Block a user