mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #5085] [CLOSED] Print detailed information about connection termination to enable external programmes to track connection status from the log #5120
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#5120
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/5085
Author: @kenvix
Created: 12/2/2025
Status: ❌ Closed
Base:
dev← Head:patch-1📝 Commits (1)
bff5086Print detailed information about connection termination to enable external programmes to track connection status from the log.📊 Changes
1 file changed (+9 additions, -3 deletions)
View changed files
📝
server/proxy/proxy.go(+9 -3)📄 Description
WHY
Currently, frps only prints detailed connection information upon connection establishment, whereas when the connection is closed it merely displays
join connections closed.This hinders external programmes such as fail2ban from tracking connection lifecycles effectively. This pull request will enable connection information to be printed upon termination as well, facilitating the tracking of connections.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.