mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4766] frp似乎会代替TCP服务端回复[FIN ACK]? #3763
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#3763
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 @Curtion on GitHub (Apr 24, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4766
Bug Description
frp在收到客户端FIN后会好像直接回复[FIN ACK], 从而导致后续数据包服务端无法正常发送给客户端。这里给出一个客户端和服务端的示例代码,如果在本地连接则正常,如果通过FRP转发则异常
frpc Version
0.62.0
frps Version
0.62.0
System Architecture
frps:linux/amd64; frpc:windows/amd64
Configurations
服务端代码:
客户端代码:
Logs
Steps to reproduce
TCP客户端在发送数据后立即关闭写入, 例如:
Affected area
@xqzr commented on GitHub (Apr 25, 2025):
frp 会终结 TCP
@github-actions[bot] commented on GitHub (May 10, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.