TSG-7141 修复非格式日志部分下载失败问题
修复重定向指定用户自定义域无法替换问题
This commit is contained in:
@@ -284,6 +284,9 @@ int pangu_send_log(struct pangu_logger* handle, const struct pangu_log* log_msg)
|
||||
}
|
||||
if(log_msg->resp_body!=NULL)
|
||||
{
|
||||
memset(log_file_upload_path, 0, sizeof(log_file_upload_path));
|
||||
memset(cont_type_whole, 0, sizeof(cont_type_whole));
|
||||
|
||||
memset(&meta, 0, sizeof(meta));
|
||||
asprintf(&log_file_key, "%s.respbody", http->req->req_spec.url);
|
||||
meta.url=log_file_key;
|
||||
|
||||
Reference in New Issue
Block a user