mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #3547] [MERGED] fix a goroutine leak issue caused by Login plugin timeout #4778
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#4778
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/3547
Author: @fatedier
Created: 7/25/2023
Status: ✅ Merged
Merged: 7/25/2023
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (1)
2e58355fix a goroutine leak issue caused by Login plugin timeout📊 Changes
3 files changed (+30 additions, -12 deletions)
View changed files
📝
Release.md(+4 -0)📝
server/control.go(+25 -11)📝
server/service.go(+1 -1)📄 Description
Summary
🤖 Generated by Copilot at f40bbd9
This pull request improves the server-side logic and performance of the frp project. It fixes a bug that caused a goroutine leak when using the Login plugin, removes unused or redundant code, and enhances the
Controltype and its methods for handling client connections. It also updates theRelease.mdfile to document the bug fix.WHY
Fix #3543
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.