mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3352] [MERGED] trace log adds join errors #4732
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#4732
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/3352
Author: @fatedier
Created: 3/11/2023
Status: ✅ Merged
Merged: 3/11/2023
Merged by: @fatedier
Base:
dev← Head:nathole📝 Commits (1)
110273etrace log adds join errors📊 Changes
5 files changed (+12 additions, -6 deletions)
View changed files
📝
client/proxy/proxy.go(+4 -1)📝
client/visitor.go(+4 -1)📝
go.mod(+1 -1)📝
go.sum(+2 -2)📝
server/proxy/proxy.go(+1 -1)📄 Description
🤖 Generated by Copilot at
110273eSummary
🐛🐛🆙
This pull request improves the error handling and logging of the
frpIo.Joinfunction, which joins connections and copies data between them. It updates thegithub.com/fatedier/golibdependency and adds error logging to theclient/proxy/proxy.goandclient/visitor.gofiles. It also adapts theserver/proxy/proxy.gofile to the newfrpIo.Joinfunction signature.Walkthrough
frpIo.Joinfunction calls inclient/proxy/proxy.goandclient/visitor.go(link, link)github.com/fatedier/golibdependency ingo.modto the latest commit (link)frpIo.Joininserver/proxy/proxy.go(link)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.