[PR #6] [MERGED] Proxy Manager Rewrite #76

Closed
opened 2025-11-19 07:13:22 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (4)

  • 533886f Standarize makefile release
  • 7597805 Resolve TCP hanging but port is in use issue
  • 3a63657 Rewrite proxy manager
  • f7a705e Remove 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/newt/pull/6 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 1/21/2025 **Status:** ✅ Merged **Merged:** 1/21/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (4) - [`533886f`](https://github.com/fosrl/newt/commit/533886f2e41b45a9f8ba02ad500efd2fb7a26871) Standarize makefile release - [`7597805`](https://github.com/fosrl/newt/commit/759780508a3179e87b0cde5be3302f5569d03c85) Resolve TCP hanging but port is in use issue - [`3a63657`](https://github.com/fosrl/newt/commit/3a6365782281ac2e4af1ad537442d8f78d046ccf) Rewrite proxy manager - [`f7a705e`](https://github.com/fosrl/newt/commit/f7a705e6f8b1e2acb8ae97c04fb476ddecd8d440) Remove starts ### 📊 Changes **7 files changed** (+259 additions, -292 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 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? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-19 07:13:22 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#76