[PR #3660] [MERGED] fix that transport.tls.disableCustomTLSFirstByte doesn't take effect #4800

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3660
Author: @fatedier
Created: 10/11/2023
Status: Merged
Merged: 10/11/2023
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

  • 06f4a14 fix that transport.tls.disableCustomTLSFirstByte doesn't take effect

📊 Changes

5 files changed (+27 additions, -10 deletions)

View changed files

📝 README.md (+2 -0)
📝 Release.md (+2 -8)
📝 client/service.go (+3 -0)
📝 pkg/util/version/version.go (+1 -1)
📝 test/e2e/v1/basic/client_server.go (+19 -1)

📄 Description

Summary

🤖 Generated by Copilot at 815de94

This pull request adds a new feature to allow custom TLS first byte for HTTPS connections, which can be used to support port reuse for different protocols. It also fixes a bug, updates the version, and improves the documentation and test cases related to this feature.

WHY

Fix #3656


🔄 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/3660 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 10/11/2023 **Status:** ✅ Merged **Merged:** 10/11/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`06f4a14`](https://github.com/fatedier/frp/commit/06f4a1442eaceca02dea30396112a9460f4f04e8) fix that transport.tls.disableCustomTLSFirstByte doesn't take effect ### 📊 Changes **5 files changed** (+27 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) 📝 `Release.md` (+2 -8) 📝 `client/service.go` (+3 -0) 📝 `pkg/util/version/version.go` (+1 -1) 📝 `test/e2e/v1/basic/client_server.go` (+19 -1) </details> ### 📄 Description ### Summary <!-- copilot:summary --> ### <samp>🤖 Generated by Copilot at 815de94</samp> This pull request adds a new feature to allow custom TLS first byte for HTTPS connections, which can be used to support port reuse for different protocols. It also fixes a bug, updates the version, and improves the documentation and test cases related to this feature. ### WHY Fix #3656 --- <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:49:00 -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#4800
No description provided.