[PR #879] [CLOSED] Fix the problem of long connection for more than 30 seconds and disconnection of the server #4271

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/879
Author: @235832289
Created: 8/6/2018
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • ecc9e32 修正长连超过30秒与服务器断开的问题
  • a522be2 Change the name from "ResponseHeaderTimeout " to "vhost_http_timeout" and Use lowercase letter at the beginning

📊 Changes

4 files changed (+19 additions, -1 deletions)

View changed files

📝 cmd/frps/root.go (+3 -0)
📝 conf/frps_full.ini (+3 -0)
📝 models/config/server_common.go (+11 -0)
📝 utils/vhost/newhttp.go (+2 -1)

📄 Description

The problem of long connection for more than 30 seconds and disconnection of the server
#770


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/879 **Author:** [@235832289](https://github.com/235832289) **Created:** 8/6/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`ecc9e32`](https://github.com/fatedier/frp/commit/ecc9e32989b032bd961a33468f2a2a3279aee6b9) 修正长连超过30秒与服务器断开的问题 - [`a522be2`](https://github.com/fatedier/frp/commit/a522be2e12bb769457af8df71a09aa9a3e3c25fe) Change the name from "ResponseHeaderTimeout " to "vhost_http_timeout" and Use lowercase letter at the beginning ### 📊 Changes **4 files changed** (+19 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cmd/frps/root.go` (+3 -0) 📝 `conf/frps_full.ini` (+3 -0) 📝 `models/config/server_common.go` (+11 -0) 📝 `utils/vhost/newhttp.go` (+2 -1) </details> ### 📄 Description The problem of long connection for more than 30 seconds and disconnection of the server #770 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:38:53 -06:00
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#4271
No description provided.