[REFACTOR] 피드 이미지 요구사항 변경 대응 및 버그 수정 #381
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue
Key Changes
변경된 피드 이미지 요구사항
변경된 피드 이미지 요구사항에 따라 수정이 진행되었습니다.
업로드 예외 처리 오류 수정
기존에는 업로드 중 문제가 발생할 경우, 이미지 삭제 처리 이후 항상 500 Internal Server Error를 반환하고 있었습니다.
예를 들어, 이미지 파일 자체의 문제나 허용되지 않은 확장자 등 클라이언트 입력에 의한 오류임에도 불구하고 500 에러가 발생했습니다.
업로드 중 발생한 예외의 원인에 따라 적절한 상태 코드를 반환하도록 개선하였습니다.
To Reviewers
References