mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1253] Accept new mux stream error: broken pipe #988
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#988
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 @wigginskuang on GitHub (May 17, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1253
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
frp_0.16.0_linux_amd64
What operating system and processor architecture are you using (
go env)?centos7
Configures you used:
[common]
server_addr = xxx.xxx.xxx.xxx
server_port = 7000
[ssh5]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6003
Steps to reproduce the issue:
1.I did nothing
2.
3.
Describe the results you received:
网络无异常的情况下,客户端自动关闭连接
Describe the results you expected:
客户端不应该会自动断开连接
Additional information you deem important (e.g. issue happens only occasionally):
2019/05/17 00:36:19 [W] [service.go:247] Accept new mux stream error: broken pipe
2019/05/17 00:36:19 [W] [control.go:241] [db0809784cab3431] read error: broken pipe
2019/05/17 00:36:19 [I] [control.go:213] [db0809784cab3431] control writer is closing
2019/05/17 00:36:19 [I] [proxy.go:71] [db0809784cab3431] [ssh5] proxy closing
2019/05/17 00:36:19 [I] [proxy.go:117] [db0809784cab3431] [ssh5] listener is closed
2019/05/17 00:36:19 [I] [control.go:282] [db0809784cab3431] client exit success
Can you point out what caused this issue (optional)
@fatedier commented on GitHub (Jun 4, 2019):
这个日志表示网络异常。
@JX-Wang commented on GitHub (Nov 10, 2019):
2019/11/10 19:32:25 [I] [proxy.go:192] [82f547da76ad7d3f] [ssh] tcp proxy listen port [6000]
2019/11/10 19:32:25 [I] [control.go:320] [82f547da76ad7d3f] new proxy [ssh] success
2019/11/10 19:33:16 [W] [service.go:247] Accept new mux stream error: broken pipe
2019/11/10 19:33:53 [W] [service.go:247] Accept new mux stream error: broken pipe