[PR #3528] [CLOSED] use faster base64 #4771

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3528
Author: @JackDrogon
Created: 7/14/2023
Status: Closed

Base: devHead: feature/use_faster_base64


📝 Commits (1)

  • 4434744 enhancement: use faster base64

📊 Changes

10 files changed (+15 additions, -8 deletions)

View changed files

📝 cmd/frpc/sub/reload.go (+1 -1)
📝 cmd/frpc/sub/status.go (+1 -1)
📝 cmd/frpc/sub/stop.go (+1 -1)
📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 pkg/plugin/client/http_proxy.go (+2 -1)
📝 pkg/proto/udp/udp.go (+2 -1)
📝 pkg/util/util/http.go (+2 -1)
📝 pkg/util/vhost/http.go (+2 -1)
📝 test/e2e/pkg/utils/utils.go (+1 -1)

📄 Description

Summary

use faster base64 package "github.com/cristalhq/base64" to replace std


🔄 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/3528 **Author:** [@JackDrogon](https://github.com/JackDrogon) **Created:** 7/14/2023 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `feature/use_faster_base64` --- ### 📝 Commits (1) - [`4434744`](https://github.com/fatedier/frp/commit/44347444f85603e679f7950c7ed36a5a953075a5) enhancement: use faster base64 ### 📊 Changes **10 files changed** (+15 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `cmd/frpc/sub/reload.go` (+1 -1) 📝 `cmd/frpc/sub/status.go` (+1 -1) 📝 `cmd/frpc/sub/stop.go` (+1 -1) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `pkg/plugin/client/http_proxy.go` (+2 -1) 📝 `pkg/proto/udp/udp.go` (+2 -1) 📝 `pkg/util/util/http.go` (+2 -1) 📝 `pkg/util/vhost/http.go` (+2 -1) 📝 `test/e2e/pkg/utils/utils.go` (+1 -1) </details> ### 📄 Description ### Summary use faster base64 package "github.com/cristalhq/base64" to replace std --- <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:48:26 -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#4771
No description provided.