增加ftp服务器标志

This commit is contained in:
laoyuyu
2019-12-28 13:14:49 +08:00
parent 685f6b5525
commit bfc2cff5b0
98 changed files with 444 additions and 19650 deletions

View File

@@ -42,7 +42,7 @@ public class HttpRecordAdapter extends AbsRecordHandlerAdapter {
@Override public void handlerTaskRecord(TaskRecord record) {
RecordHelper helper = new RecordHelper(getWrapper(), record);
if (getWrapper().isSupportBP()) {
if (getWrapper().isSupportBP() && record.threadNum > 1) {
if (record.isBlock) {
helper.handleBlockRecord();
} else {