Skip to content

Commit

Permalink
refactor: 修改性能测试日志下载flush
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Jul 23, 2020
1 parent 5eed1e2 commit b863e78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ public void downloadLog(HttpServletResponse response, String reportId, String re
List<LoadTestReportLog> loadTestReportLogs = loadTestReportLogMapper.selectByExampleWithBLOBs(example);
LoadTestReportLog content = loadTestReportLogs.get(0);
outputStream.write(content.getContent().getBytes());
outputStream.flush();
}
outputStream.flush();
}
}

Expand Down

0 comments on commit b863e78

Please sign in to comment.