mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4747] use of closed network connection #3752
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#3752
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 @1461145487qq on GitHub (Apr 7, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4747
Bug Description
use of closed network connection]
frpc Version
0.61.2
frps Version
0.61.2
System Architecture
linux/arm64
Configurations
serverAddr = ""
serverPort = 7010
user = ""
metadatas.token = "*****"
proxies
name = "tes-84997x"
type = "tcp"
localIP = "127.0.0.1"
localPort = 5000
remotePort = 10054
[log] #日志配置
to = "xx.log" #日志输出文件路径,如果不填写,则会将日志打印在标准输出中。
level = "trace" #日志级别,可选值为 trace, debug, info, warn, error,默认级别为 info。
maxDays = 3 #日志文件最多保留天数,默认为 3 天
Logs
2025-04-07 16:44:21.173 [D] [proxy/proxy_wrapper.go:260] [ac807e585a73bdd4] [cfljx.tes-84997x] start a new work connection, localAddr: 192.168.1.120:24420 remoteAddr: 94.74.125.103:7010
2025-04-07 16:44:21.173 [T] [proxy/proxy.go:144] [ac807e585a73bdd4] [cfljx.tes-84997x] handle tcp work connection, useEncryption: false, useCompression: false
2025-04-07 16:44:21.174 [D] [proxy/proxy.go:210] [ac807e585a73bdd4] [cfljx.tes-84997x] join connections, localConn(l[127.0.0.1:27418] r[127.0.0.1:5000]) workConn(l[192.168.1.120:24420] r[94.74.125.103:7010])
2025-04-07 16:44:21.179 [D] [proxy/proxy.go:222] [ac807e585a73bdd4] [cfljx.tes-84997x] join connections closed
2025-04-07 16:44:21.180 [T] [proxy/proxy.go:224] [ac807e585a73bdd4] [cfljx.tes-84997x] join connections errors: [writeto tcp 127.0.0.1:27418->127.0.0.1:5000: read tcp 127.0.0.1:27418->127.0.0.1:5000: use of closed network connection]
是一个flask网站项目,访问网站是没问题的显示200,但是死活访问不了穿透网址,显示504,有人遇到和我一样的情况吗
@github-actions[bot] commented on GitHub (Apr 22, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.