대용량 다운로드 테스트
This commit is contained in:
@@ -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 파일 다운로드 이력 조회")
|
||||
|
||||
Reference in New Issue
Block a user