mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[PR #50] [CLOSED] Manage dead TCP connections #124
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#124
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?
📋 Pull Request Information
Original PR: https://github.com/mmatczuk/go-http-tunnel/pull/50
Author: @goriccardo
Created: 11/21/2017
Status: ❌ Closed
Base:
master← Head:deadconn📝 Commits (2)
f411fa7Add KeepAliveTimeout to client connection8bcba74Check 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.