[PR #1060] [MERGED] fix control delete error #4309

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1060
Author: @fatedier
Created: 1/26/2019
Status: Merged
Merged: 1/26/2019
Merged by: @fatedier

Base: devHead: new


📝 Commits (3)

  • 5e1983f change from dep to go mod
  • 385c4d3 frpc/cmd: update protocol description
  • 70ac7d3 fix control delete error

📊 Changes

15 files changed (+102 additions, -570 deletions)

View changed files

Gopkg.lock (+0 -251)
Gopkg.toml (+0 -78)
📝 cmd/frpc/sub/http.go (+1 -1)
📝 cmd/frpc/sub/https.go (+1 -1)
📝 cmd/frpc/sub/stcp.go (+1 -1)
📝 cmd/frpc/sub/udp.go (+1 -1)
📝 cmd/frpc/sub/xtcp.go (+1 -1)
📝 go.mod (+13 -12)
📝 go.sum (+4 -0)
📝 server/control.go (+5 -2)
📝 server/service.go (+1 -1)
vendor/github.com/fatedier/beego/utils/captcha/LICENSE (+0 -19)
vendor/github.com/spf13/cobra/cobra/cmd/testdata/LICENSE.golden (+0 -202)
vendor/github.com/tjfoc/gmsm/sm4/key.pem (+3 -0)
vendor/modules.txt (+71 -0)

📄 Description

No description provided


🔄 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/1060 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 1/26/2019 **Status:** ✅ Merged **Merged:** 1/26/2019 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (3) - [`5e1983f`](https://github.com/fatedier/frp/commit/5e1983f7ed9f0cf7129d02ac11ab9187100bc97e) change from dep to go mod - [`385c4d3`](https://github.com/fatedier/frp/commit/385c4d3dd51b1f511c51385713827f1091f4e8dc) frpc/cmd: update protocol description - [`70ac7d3`](https://github.com/fatedier/frp/commit/70ac7d3d110189c131cd327b6eef2245a7d676f8) fix control delete error ### 📊 Changes **15 files changed** (+102 additions, -570 deletions) <details> <summary>View changed files</summary> ➖ `Gopkg.lock` (+0 -251) ➖ `Gopkg.toml` (+0 -78) 📝 `cmd/frpc/sub/http.go` (+1 -1) 📝 `cmd/frpc/sub/https.go` (+1 -1) 📝 `cmd/frpc/sub/stcp.go` (+1 -1) 📝 `cmd/frpc/sub/udp.go` (+1 -1) 📝 `cmd/frpc/sub/xtcp.go` (+1 -1) 📝 `go.mod` (+13 -12) 📝 `go.sum` (+4 -0) 📝 `server/control.go` (+5 -2) 📝 `server/service.go` (+1 -1) ➖ `vendor/github.com/fatedier/beego/utils/captcha/LICENSE` (+0 -19) ➖ `vendor/github.com/spf13/cobra/cobra/cmd/testdata/LICENSE.golden` (+0 -202) ➕ `vendor/github.com/tjfoc/gmsm/sm4/key.pem` (+3 -0) ➕ `vendor/modules.txt` (+71 -0) </details> ### 📄 Description _No description provided_ --- <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:39:37 -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#4309
No description provided.