[PR #50] [CLOSED] Manage dead TCP connections #124

Closed
opened 2026-05-05 11:01:56 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mmatczuk/go-http-tunnel/pull/50
Author: @goriccardo
Created: 11/21/2017
Status: Closed

Base: masterHead: deadconn


📝 Commits (2)

  • f411fa7 Add KeepAliveTimeout to client connection
  • 8bcba74 Check if a connection is still alive before refusing an incoming connection with the same id.

📊 Changes

3 files changed (+25 additions, -2 deletions)

View changed files

📝 client.go (+3 -1)
📝 integration_test.go (+8 -0)
📝 pool.go (+14 -1)

📄 Description

Fixes #49 for TCP based connections.

Probably some issues remains for protocols not implementing the keepalive mechanism.


🔄 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/mmatczuk/go-http-tunnel/pull/50 **Author:** [@goriccardo](https://github.com/goriccardo) **Created:** 11/21/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `deadconn` --- ### 📝 Commits (2) - [`f411fa7`](https://github.com/mmatczuk/go-http-tunnel/commit/f411fa75f4067eb2cca078070aa9d0917af68d37) Add KeepAliveTimeout to client connection - [`8bcba74`](https://github.com/mmatczuk/go-http-tunnel/commit/8bcba747a08472c10b4d72e59134f0a4168c4d0d) Check if a connection is still alive before refusing an incoming connection with the same id. ### 📊 Changes **3 files changed** (+25 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `client.go` (+3 -1) 📝 `integration_test.go` (+8 -0) 📝 `pool.go` (+14 -1) </details> ### 📄 Description Fixes #49 for TCP based connections. Probably some issues remains for protocols not implementing the keepalive mechanism. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:01:56 -06:00
Sign in to join this conversation.
No labels
pull-request
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/go-http-tunnel#124
No description provided.