# 응답 크기 예산이 강제되는 자리 # Question: 응답 크기는 어디서 몇 번 걸리는가? direction: right n0: "와이어 바이트 예산" { shape: rectangle } n1: "읽는 도중 상한 강제" { shape: rectangle } n2: "디코드 바이트 예산" { shape: rectangle } n3: "오류 본문 제한 읽기" { shape: rectangle } n0 -> n1: "읽는 순서" n1 -> n2: "읽는 순서" n2 -> n3: "읽는 순서"