Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update WebSocket.md #38

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notes/WebSocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Sec-WebSocket-Location:与Host字段对应,表示请求WebSocket协议的地
HTTP/1.1 101 Switching Protocols:101状态码表示升级协议,在返回101状态码后,HTTP协议完成工作,转换为WebSocket协议。此时就可以进行全双工双向通信了。
以上为注册标准格式,后面注册成功后,可以只发具体的Lapi协议。

#5. 个人认为核心知识点&HTTP或TCP等:
# 5. 个人认为核心知识点&HTTP或TCP等:
1. 连接建立过程
2. 连接释放过程
3. 连接生命周期
Expand Down