mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #3503] [MERGED] support wss between frpc and frps #4764
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#4764
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/3503
Author: @fatedier
Created: 6/28/2023
Status: ✅ Merged
Merged: 6/29/2023
Merged by: @fatedier
Base:
dev← Head:wss📝 Commits (1)
3d54dc0support wss between frpc and frps📊 Changes
10 files changed (+116 additions, -42 deletions)
View changed files
📝
Release.md(+2 -13)📝
client/service.go(+21 -8)📝
cmd/frpc/sub/root.go(+5 -2)📝
conf/frpc_full.ini(+1 -1)📝
go.mod(+4 -1)📝
go.sum(+4 -4)📝
pkg/config/client.go(+3 -2)📝
pkg/util/net/dial.go(+8 -2)📝
test/e2e/basic/basic.go(+13 -5)📝
test/e2e/basic/client_server.go(+55 -4)📄 Description
Fix #3162
Fix #2119
This PR also fixes an issue in which part of the wss protocol could not be forwarded correctly in the plugin due to yamux.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.