[PR #33] [MERGED] User can set use aes or gzip #4109

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/33
Author: @vashstorm
Created: 6/14/2016
Status: Merged
Merged: 6/14/2016
Merged by: @vashstorm

Base: devHead: mydev


📝 Commits (1)

  • ab6c5c8 User can set use aes or gzip

📊 Changes

7 files changed (+169 additions, -79 deletions)

View changed files

📝 src/frp/models/client/client.go (+2 -6)
📝 src/frp/models/client/config.go (+8 -3)
📝 src/frp/models/msg/msg.go (+1 -1)
📝 src/frp/models/server/server.go (+2 -6)
📝 src/frp/utils/conn/conn.go (+46 -13)
📝 src/frp/utils/pcrypto/pcrypto.go (+48 -38)
📝 src/frp/utils/pcrypto/pcrypto_test.go (+62 -12)

📄 Description

User can set use aes or gzip


🔄 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/33 **Author:** [@vashstorm](https://github.com/vashstorm) **Created:** 6/14/2016 **Status:** ✅ Merged **Merged:** 6/14/2016 **Merged by:** [@vashstorm](https://github.com/vashstorm) **Base:** `dev` ← **Head:** `mydev` --- ### 📝 Commits (1) - [`ab6c5c8`](https://github.com/fatedier/frp/commit/ab6c5c813efc4e90c7690bc438db70e2601149e0) User can set use aes or gzip ### 📊 Changes **7 files changed** (+169 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `src/frp/models/client/client.go` (+2 -6) 📝 `src/frp/models/client/config.go` (+8 -3) 📝 `src/frp/models/msg/msg.go` (+1 -1) 📝 `src/frp/models/server/server.go` (+2 -6) 📝 `src/frp/utils/conn/conn.go` (+46 -13) 📝 `src/frp/utils/pcrypto/pcrypto.go` (+48 -38) 📝 `src/frp/utils/pcrypto/pcrypto_test.go` (+62 -12) </details> ### 📄 Description User can set use aes or gzip --- <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:35:51 -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#4109
No description provided.