mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #3549] [MERGED] fix incorrect use of snappy pool #4779
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#4779
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/3549
Author: @fatedier
Created: 7/25/2023
Status: ✅ Merged
Merged: 7/25/2023
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (1)
fcdcc4cfix incorrect use of snappy pool📊 Changes
11 files changed (+22 additions, -25 deletions)
View changed files
📝
Release.md(+1 -0)📝
client/proxy/proxy.go(+5 -3)📝
client/proxy/sudp.go(+1 -3)📝
client/proxy/udp.go(+1 -3)📝
client/visitor/stcp.go(+3 -3)📝
client/visitor/xtcp.go(+3 -3)📝
go.mod(+1 -1)📝
go.sum(+2 -2)📝
pkg/util/version/version.go(+1 -1)📝
server/proxy/http.go(+1 -3)📝
server/proxy/proxy.go(+3 -3)📄 Description
Summary
🤖 Generated by Copilot at c230c42
This pull request fixes a memory leak bug in the
client/proxy/proxy.gofile and simplifies the compression code in several other files by using thelibio.WithCompressionfunction instead of thelibio.WithCompressionFromPoolfunction. It also updates thegithub.com/fatedier/golibdependency and theRelease.mdfile.WHY
Fix #3541
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.