mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[PR #45] [MERGED] Connection leak fix #120
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#120
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/45
Author: @mmatczuk
Created: 11/14/2017
Status: ✅ Merged
Merged: 11/15/2017
Merged by: @mmatczuk
Base:
master← Head:mmt/leak_fix📝 Commits (3)
24d47f6integration test: added loggingb9a3c64transfer: don't close connections in transferdf12873transfer: change signature to accept only reader📊 Changes
4 files changed (+31 additions, -40 deletions)
View changed files
📝
integration_test.go(+5 -5)📝
server.go(+16 -11)📝
tcpproxy.go(+1 -0)📝
utils.go(+9 -24)📄 Description
This PR fixes https://github.com/mmatczuk/go-http-tunnel/issues/44,
transferfunction is not closing connections anymore. Connections are closed externally after transferring data both ways.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.