}
log.debug("single range download|{}", range);
}
}
} catch (Throwable e) {
throw new HttpServerException("get static file output stream error");
} finally {
if (out != null)
try {
// System.out.println("close~~");
out.close();
} catch (IOException e) {
throw new HttpServerException(
"static file output stream close error");
}
}
}