[GH-ISSUE #3918] join connections closed,超时无效 #3107

Closed
opened 2026-05-05 14:00:47 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @imlizi on GitHub (Jan 8, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/3918

Bug Description

bindPort = 9999
vhostHttpPort = 8088
vhostHTTPTimeout = 600
transport.tcpKeepalive=600

这样设置超时不行吗?从full_example里copy的。

frpc Version

0.53.2

frps Version

0.53.2

System Architecture

frps centos7.9/frpc win10

Configurations

frps

bindPort = 9999
vhostHttpPort = 8088
vhostHTTPTimeout = 600
transport.tcpKeepalive=600

frpc

serverAddr=""
serverPort=9999
[[proxies]]
name="s1"
type="http"
localPort=7777

Logs

很标准的60秒
frps

do http proxy request [host: s111111] error: context canceled

frpc

[s1] join connections closed

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @imlizi on GitHub (Jan 8, 2024). Original GitHub issue: https://github.com/fatedier/frp/issues/3918 ### Bug Description ``` bindPort = 9999 vhostHttpPort = 8088 vhostHTTPTimeout = 600 transport.tcpKeepalive=600 ``` 这样设置超时不行吗?从full_example里copy的。 ### frpc Version 0.53.2 ### frps Version 0.53.2 ### System Architecture frps centos7.9/frpc win10 ### Configurations frps ``` bindPort = 9999 vhostHttpPort = 8088 vhostHTTPTimeout = 600 transport.tcpKeepalive=600 ``` frpc ``` serverAddr="" serverPort=9999 [[proxies]] name="s1" type="http" localPort=7777 ``` ### Logs 很标准的60秒 frps ``` do http proxy request [host: s111111] error: context canceled ``` frpc ``` [s1] join connections closed ``` ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
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#3107
No description provided.