mirror of
https://github.com/fosrl/newt.git
synced 2026-03-08 23:03:03 -05:00
[PR #6] [MERGED] Proxy Manager Rewrite #76
Reference in New Issue
Block a user
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/fosrl/newt/pull/6
Author: @oschwartz10612
Created: 1/21/2025
Status: ✅ Merged
Merged: 1/21/2025
Merged by: @oschwartz10612
Base:
main← Head:dev📝 Commits (4)
533886fStandarize makefile release7597805Resolve TCP hanging but port is in use issue3a63657Rewrite proxy managerf7a705eRemove starts📊 Changes
7 files changed (+259 additions, -292 deletions)
View changed files
📝
.gitignore(+1 -0)📝
Makefile(+8 -8)📝
go.mod(+1 -0)📝
go.sum(+2 -0)📝
main.go(+0 -10)📝
proxy/manager.go(+247 -246)➖
proxy/types.go(+0 -28)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Rewrite of the proxy manager to make it better and attempt to resolve the hanging issue. Does it?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.