mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #570] 新版本(0.14.1)websocket问题 #443
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#443
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 @liwei19920307 on GitHub (Dec 21, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/570
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)?
0.14.1
What operating system and processor architecture are you using (
go env)?frps -> Centos 7 x64
frpc -> Ubuntu 16.04.3 LTS (arm)
Configures you used:
frpc配置
Nginx配置
Steps to reproduce the issue:
1.更新最新版本后出现
2.nginx转发frp,配置了webstocket反代理
3.应用后台登陆报错如下(0.14.0版本没出现这样错误)
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
更新后出现,目前其他不涉及到websocket的http应用暂时没有影响
Can you point out what caused this issue (optional)
看更新日志,不知道是不是因为这次frp版本中http重构导致的
@liwei19920307 commented on GitHub (Dec 21, 2017):
补充一个frp的后台错误日志,可能有关
@ihao commented on GitHub (Jan 10, 2018):
我也遇到了同样的问题,上一个版本是好的吗?@liwei19920307
@ihao commented on GitHub (Jan 11, 2018):
换回0.14.0的服务端一切正常了。
@fatedier commented on GitHub (Jan 22, 2018):
由于代码重构,暂时不支持了,后面跟进下看能否继续支持。
@fatedier commented on GitHub (Jan 23, 2018):
0.15.1 版本尝试使用新的方法支持了,但不一定完善,如果有问题再重新反馈。
@jasonYje commented on GitHub (Jan 24, 2018):
才看到,卡在这里有段时间了