[GH-ISSUE #4747] use of closed network connection #3752

Closed
opened 2026-05-05 14:24:11 -06:00 by gitea-mirror · 1 comment
Owner

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,有人遇到和我一样的情况吗

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,有人遇到和我一样的情况吗
gitea-mirror 2026-05-05 14:24:11 -06:00
Author
Owner

@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.

<!-- gh-comment-id:2819777559 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3752
No description provided.