WonhyeongLee / lwh-membership-page

인물 후원 컨셉사이트
https://lwh-membership.vercel.app
0 stars 1 forks source link

fix msw content-length problem #20

Closed WonhyeongLee closed 4 months ago

WonhyeongLee commented 4 months ago

설명

MSW 2 ~ 2.2.1 버전에서 한글을 사용할 때 오류가 발생해서 (Content-Length가 비정상적으로 전달돼서 데이터가 짤리는 문제) handler에 수동으로 json 데이터의 길이를 구해 헤더에 보내도록 구현해 사용하고 있었는데 2.2.2 버전에서 해당 이슈가 해결이 되어 MSW를 업데이트하고 수정 한 부분을 제거해도 작동하는지 테스트하고 적용합니다.

MSW 관련 이슈

github-actions[bot] commented 4 months ago

A branch has been created for this issue: fix/20-fix_msw_content-length_problem.