mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #1121] [MERGED] new feature #4327
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#4327
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/1121
Author: @fatedier
Created: 3/11/2019
Status: ✅ Merged
Merged: 3/11/2019
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (4)
d812488support tls connectione691a40improve the stability of xtcp5e64bbfvendor: update packagedbfeea9update .travis.yml, support go1.12📊 Changes
19 files changed (+494 additions, -112 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
client/control.go(+9 -2)📝
client/proxy/proxy.go(+61 -9)📝
client/service.go(+9 -2)📝
client/visitor.go(+15 -47)📝
conf/frpc_full.ini(+3 -0)📝
models/config/client_common.go(+8 -0)📝
models/msg/msg.go(+39 -34)📝
models/nathole/nathole.go(+12 -5)📝
server/proxy/xtcp.go(+24 -2)📝
server/service.go(+41 -0)➕
tests/ci/tls_test.go(+188 -0)📝
utils/net/conn.go(+11 -0)➕
utils/net/tls.go(+44 -0)📝
utils/version/version.go(+1 -1)➕
vendor/github.com/hashicorp/yamux/go.mod(+1 -0)📝
vendor/github.com/hashicorp/yamux/mux.go(+12 -1)📝
vendor/github.com/hashicorp/yamux/session.go(+10 -3)📝
vendor/modules.txt(+5 -5)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.