mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2841] http请求超过10s自动中断 #2270
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#2270
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 @linyuanzi on GitHub (Mar 14, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2841
Bug Description
场景:
我尝试通过frp代理我内网的lnmp服务。
问题:
发现http请求10s会自动中断;
尝试排查问题:
尝试修改frp配置:
frps(服务端)补充了如下参数:
frpc(服务端)补充了如下参数:
frp配置的调整依旧没有使接口恢复正常请求。
frpc Version
0.39.0
frps Version
0.39.0
System Architecture
linux/amd64,
Configurations
frpc
frps
Logs
2022/03/14 16:10:37 [W] [http.go:92] do http proxy request error: context canceled
Steps to reproduce
...
Affected area
@linyuanzi commented on GitHub (Mar 14, 2022):
发现是我的ClashX影响了