[PR #2520] [MERGED] frpc: add disable_custom_tls_first_byte to not send first custom tls byte to frps #4592

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2520
Author: @fatedier
Created: 8/8/2021
Status: Merged
Merged: 8/11/2021
Merged by: @fatedier

Base: devHead: fix-2380


📝 Commits (1)

  • 5c9e353 frpc: add disable_custom_tls_first_byte to not send first custom tls

📊 Changes

8 files changed (+49 additions, -12 deletions)

View changed files

📝 client/control.go (+1 -1)
📝 client/service.go (+1 -1)
📝 conf/frpc_full.ini (+4 -0)
📝 pkg/config/client.go (+3 -0)
📝 pkg/util/net/conn.go (+2 -2)
📝 pkg/util/net/tls.go (+13 -3)
📝 server/service.go (+7 -5)
📝 test/e2e/basic/client_server.go (+18 -0)

📄 Description

Fix #2380


🔄 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/2520 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 8/8/2021 **Status:** ✅ Merged **Merged:** 8/11/2021 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `fix-2380` --- ### 📝 Commits (1) - [`5c9e353`](https://github.com/fatedier/frp/commit/5c9e3530613b775b761b4a3159c216f22f36d079) frpc: add disable_custom_tls_first_byte to not send first custom tls ### 📊 Changes **8 files changed** (+49 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `client/control.go` (+1 -1) 📝 `client/service.go` (+1 -1) 📝 `conf/frpc_full.ini` (+4 -0) 📝 `pkg/config/client.go` (+3 -0) 📝 `pkg/util/net/conn.go` (+2 -2) 📝 `pkg/util/net/tls.go` (+13 -3) 📝 `server/service.go` (+7 -5) 📝 `test/e2e/basic/client_server.go` (+18 -0) </details> ### 📄 Description Fix #2380 --- <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:44:59 -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#4592
No description provided.