Skip to content

Commit b8def6d

Browse files
Jeehay28Violet-Bora-Lee
authored andcommitted
[웹소켓] 번역 - line243 (#1606)
1 parent abf4578 commit b8def6d

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
@@ -240,7 +240,7 @@ socket.onclose = event => {
240240
- `1000` -- the default, normal closure (used if no `code` supplied),
241241
- `1006` -- `1000` 같은 코드를 수동으로 설정할 수 없을 때 사용하고, 커넥션이 유실(no close frame)되었음을 의미함
242242

243-
There are other codes like:
243+
이외의 코드는 다음과 같습니다.
244244

245245
- `1001` -- 연결 주체 중 한쪽이 떠남(예: 서버 셧다운, 부라우저에서 페이지 종료)
246246
- `1009` -- 메시지가 너무 커서 처리하지 못함

0 commit comments

Comments
 (0)