mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4598
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/2601
Author: @tudyzhb
Created: 10/4/2021
Status: ❌ Closed
Base:
dev← Head:wss📝 Commits (1)
91c9011feat: wss support (#2194)📊 Changes
2 files changed (+14 additions, -2 deletions)
View changed files
📝
client/service.go(+13 -0)📝
pkg/util/net/websocket.go(+1 -2)📄 Description
Among the supported protocol in FRP, WebSocket is more special(located at layer 7 in the OSI model) than TCP and KCP.
We should support
URL formatconfiguration to connect to server instead of hard-codedomain:port format.And then obtain the WSS support feature gracefully.
domain:portto connect serverfrpc.ini:URLto connect serverfrpc.ini:nginx.conf:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.