Skip to content

Commit f79c14d

Browse files
jjang2518Violet-Bora-Lee
authored andcommitted
[웹소켓] line 168 번역(#1156)
1 parent 07c70c0 commit f79c14d

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
@@ -165,7 +165,7 @@ Sec-WebSocket-Protocol: soap
165165
WebSocket communication consists of "frames" -- data fragments, that can be sent from either side, and can be of several kinds:
166166
167167
- "text frames" -- contain text data that parties send to each other.
168-
- "binary data frames" -- contain binary data that parties send to each other.
168+
- 이진 데이터 프레임(binary data frame) -- 이진 데이터가 담긴 프레임
169169
- "ping/pong frames" are used to check the connection, sent from the server, the browser responds to these automatically.
170170
- there's also "connection close frame" and a few other service frames.
171171

0 commit comments

Comments
 (0)