Skip to content

Commit d89e705

Browse files
Jeehay28Violet-Bora-Lee
authored andcommitted
[웹소켓] 번역 - line246 (#1606)
1 parent 0ebcd0e commit d89e705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/11-websocket/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ socket.onclose = event => {
243243
There are other codes like:
244244

245245
- `1001` -- 연결 주체 중 한쪽이 떠남(예: 서버 셧다운, 부라우저에서 페이지 종료)
246-
- `1009` -- the message is too big to process,
246+
- `1009` -- 메시지가 너무 커서 처리하지 못함
247247
- `1011` -- 서버 측에서 비정상적인 에러 발생
248248
- ...and so on.
249249

0 commit comments

Comments
 (0)