mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 12:05:58 +08:00
返回值去除std::move
This commit is contained in:
@@ -256,7 +256,7 @@ static C get_http_header( const char *response_header[]){
|
||||
}
|
||||
break;
|
||||
}
|
||||
return std::move(header);
|
||||
return header;
|
||||
}
|
||||
|
||||
API_EXPORT mk_http_body API_CALL mk_http_body_from_multi_form(const char *key_val[],const char *file_path){
|
||||
|
||||
Reference in New Issue
Block a user