대용량 다운로드 테스트

This commit is contained in:
2026-02-11 15:55:27 +09:00
parent e15b35943b
commit ac13f36663
2 changed files with 26 additions and 80 deletions

View File

@@ -374,8 +374,7 @@ public class InferenceResultApiController {
Path zipPath = Path.of(path);
// Range + 200/206/416 공통 처리 (추가 헤더 포함)
return rangeDownloadResponder.buildZipResponse(
zipPath, uid + ".zip", request, Map.of("X-Accel-Buffering", "no"));
return rangeDownloadResponder.buildZipResponse(zipPath, uid + ".zip", request);
}
@Operation(summary = "shp 파일 다운로드 이력 조회", description = "추론관리 분석결과 shp 파일 다운로드 이력 조회")