Skip to content

Commit 1e6d498

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

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
@@ -237,7 +237,7 @@ socket.onclose = event => {
237237

238238
가장 많이 사용하는 코드는 다음과 같습니다.
239239

240-
- `1000` -- the default, normal closure (used if no `code` supplied),
240+
- `1000` -- 기본값으로 정상 종료를 의미함(`code`값이 주어지지 않을 때 기본 세팅됨)
241241
- `1006` -- `1000` 같은 코드를 수동으로 설정할 수 없을 때 사용하고, 커넥션이 유실(no close frame)되었음을 의미함
242242

243243
이외의 코드는 다음과 같습니다.

0 commit comments

Comments
 (0)