mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #896] Window 2012 R2 x64 下Frps内存泄漏 #708
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#708
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?
Originally created by @AdvanceForever on GitHub (Aug 20, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/896
------------------Window 2012 R2 x64 下Frps内存泄漏------------------
版本信息:
Frps 版本: V 0.17.0
Frpc 版本: V 0.17.0
Frps配置:
Frpc 配置:
环境说明:
导致问题初步判断:
说明:
为了找到"no such domain Tunnel"是具体哪一个客户端没连上所以在[fatedier/frp/utils/vhost/reverseproxy.go] 的 253行和275行log输出改为了 :
p.logf("http: proxy error: %v Tunnel客户端[%s]未连接", err,req.Host)其中的 req.Host 直接输出了在请求客户端时候的 gongban230bf.tunnel.xxx.com:端口号 信息. 整个项目中只调整这里其他的没有改动过, 使用官方下载的0.17.0的版本也是一样的情况.
Frps 警告提示信息:
@kinneyli commented on GitHub (Aug 21, 2018):
建议测试看看最新版 0.21 还有没有这个问题。
@Bunnyk001 commented on GitHub (Aug 28, 2018):
还是测试一下最新版本吧