clearErrorHandledRecords static method

void clearErrorHandledRecords()

清除错误处理记录(用于测试或特殊场景)

Implementation

static void clearErrorHandledRecords() {
  HttpUtil._errorHandledTimestamps.clear();
}