[PR #875] [MERGED] websocket protocol #4267

Closed
opened 2026-05-05 14:38:48 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/875
Author: @jettyu
Created: 8/3/2018
Status: Merged
Merged: 8/6/2018
Merged by: @fatedier

Base: websocketHead: jettyu-websocket


📝 Commits (1)

📊 Changes

5 files changed (+177 additions, -15 deletions)

View changed files

📝 conf/frpc_full.ini (+1 -1)
📝 models/config/client_common.go (+1 -1)
📝 server/service.go (+46 -13)
📝 utils/net/conn.go (+2 -0)
utils/net/websocket.go (+127 -0)

📄 Description

for issue: 希望frpc登陆支持websocket协议 #871


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/875 **Author:** [@jettyu](https://github.com/jettyu) **Created:** 8/3/2018 **Status:** ✅ Merged **Merged:** 8/6/2018 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `websocket` ← **Head:** `jettyu-websocket` --- ### 📝 Commits (1) - [`b803747`](https://github.com/fatedier/frp/commit/b8037475ed8c5a6c9e99f5fdbc69fd0c306c1805) websocket protocol ### 📊 Changes **5 files changed** (+177 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `conf/frpc_full.ini` (+1 -1) 📝 `models/config/client_common.go` (+1 -1) 📝 `server/service.go` (+46 -13) 📝 `utils/net/conn.go` (+2 -0) ➕ `utils/net/websocket.go` (+127 -0) </details> ### 📄 Description for issue: [希望frpc登陆支持websocket协议 #871](https://github.com/fatedier/frp/issues/871) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:38:48 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4267
No description provided.