[PR #336] [MERGED] 1.12.3 #2288

Closed
opened 2026-05-03 05:59:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/newt/pull/336
Author: @oschwartz10612
Created: 4/29/2026
Status: Merged
Merged: 4/29/2026
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (3)

  • 8e19e47 Support websocket upgrades in private HTTP proxy
  • b33c3b8 Add some test scripts for ws and move to testing/
  • 5724c51 Merge pull request #334 from LaurenceJJones/private-http-websocket

📊 Changes

6 files changed (+227 additions, -1 deletions)

View changed files

📝 netstack2/http_handler.go (+21 -1)
netstack2/http_handler_test.go (+97 -0)
📝 testing/udp_client.py (+0 -0)
📝 testing/udp_server.py (+0 -0)
testing/ws_client.py (+60 -0)
testing/ws_server.py (+49 -0)

📄 Description

Support websocket upgrades in private HTTP proxy


🔄 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/336 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 4/29/2026 **Status:** ✅ Merged **Merged:** 4/29/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (3) - [`8e19e47`](https://github.com/fosrl/newt/commit/8e19e475bf3f552db8aee0984cbbf6063a2aaa52) Support websocket upgrades in private HTTP proxy - [`b33c3b8`](https://github.com/fosrl/newt/commit/b33c3b88497e17d64dcdc692e6531e18434ad793) Add some test scripts for ws and move to testing/ - [`5724c51`](https://github.com/fosrl/newt/commit/5724c516dcd0a8263522fdd34f76b11d24c00487) Merge pull request #334 from LaurenceJJones/private-http-websocket ### 📊 Changes **6 files changed** (+227 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netstack2/http_handler.go` (+21 -1) ➕ `netstack2/http_handler_test.go` (+97 -0) 📝 `testing/udp_client.py` (+0 -0) 📝 `testing/udp_server.py` (+0 -0) ➕ `testing/ws_client.py` (+60 -0) ➕ `testing/ws_server.py` (+49 -0) </details> ### 📄 Description Support websocket upgrades in private HTTP proxy --- <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 2026-05-03 05:59:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#2288