mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3528] [CLOSED] use faster base64 #4771
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#4771
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/3528
Author: @JackDrogon
Created: 7/14/2023
Status: ❌ Closed
Base:
dev← Head:feature/use_faster_base64📝 Commits (1)
4434744enhancement: 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.