[PR #342] [MERGED] 1.12.4 #5375

Closed
opened 2026-06-07 18:31:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/newt/pull/342
Author: @oschwartz10612
Created: 5/8/2026
Status: Merged
Merged: 5/8/2026
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (10+)

  • a6533b3 Fix incorrect redirect logic
  • 5090907 Update status code
  • 27f7ca6 Try to fix failover not working
  • 9ff32b8 Fix not logging when rewriting nat
  • e8dc19a Attempt to fix nix issue
  • 74fd3f3 Bump version
  • 1e77b09 fix(ping): decouple data-plane recovery trigger from backoff ramp
  • 9bc0204 Merge branch 'main' into dev
  • 901ec71 Increase max attempts
  • 663e98a Retry interval while we are disconnected

📊 Changes

6 files changed (+121 additions, -40 deletions)

View changed files

📝 common.go (+52 -30)
📝 common_test.go (+39 -0)
📝 flake.nix (+1 -1)
📝 netstack2/http_handler.go (+4 -4)
📝 netstack2/proxy.go (+12 -0)
📝 websocket/client.go (+13 -5)

📄 Description

  • Fix incorrect redirect logic
  • Update status code
  • Try to fix failover not working
  • Fix not logging when rewriting nat
  • Attempt to fix nix issue
  • Bump version
  • fix(ping): decouple data-plane recovery trigger from backoff ramp
  • Increase max attempts
  • Retry interval while we are disconnected

Fixes #284


🔄 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/342 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 5/8/2026 **Status:** ✅ Merged **Merged:** 5/8/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`a6533b3`](https://github.com/fosrl/newt/commit/a6533b3fa0b0af4d9080c813f1b91461bc38756d) Fix incorrect redirect logic - [`5090907`](https://github.com/fosrl/newt/commit/5090907307b6245ff7e01cdcf27b27dfbb0b717c) Update status code - [`27f7ca6`](https://github.com/fosrl/newt/commit/27f7ca6bb99c7c901e367878455b9df8c25be970) Try to fix failover not working - [`9ff32b8`](https://github.com/fosrl/newt/commit/9ff32b8a8b37ea564761a30adb1c188c65a6111f) Fix not logging when rewriting nat - [`e8dc19a`](https://github.com/fosrl/newt/commit/e8dc19a62bf2e6dbe88359ce5649c880070ded94) Attempt to fix nix issue - [`74fd3f3`](https://github.com/fosrl/newt/commit/74fd3f3aa33b6848ec067650209f784395bb7d3b) Bump version - [`1e77b09`](https://github.com/fosrl/newt/commit/1e77b09e3b99731ce91ea0d721ce02e23c441664) fix(ping): decouple data-plane recovery trigger from backoff ramp - [`9bc0204`](https://github.com/fosrl/newt/commit/9bc0204f5719cd28922bb35d0d4479cba613b075) Merge branch 'main' into dev - [`901ec71`](https://github.com/fosrl/newt/commit/901ec71baf1b10ebf24372b77fe48fe8e2fc6af0) Increase max attempts - [`663e98a`](https://github.com/fosrl/newt/commit/663e98af608c2d0df5519326a767291266f45975) Retry interval while we are disconnected ### 📊 Changes **6 files changed** (+121 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `common.go` (+52 -30) 📝 `common_test.go` (+39 -0) 📝 `flake.nix` (+1 -1) 📝 `netstack2/http_handler.go` (+4 -4) 📝 `netstack2/proxy.go` (+12 -0) 📝 `websocket/client.go` (+13 -5) </details> ### 📄 Description - **Fix incorrect redirect logic** - **Update status code** - **Try to fix failover not working** - **Fix not logging when rewriting nat** - **Attempt to fix nix issue** - **Bump version** - **fix(ping): decouple data-plane recovery trigger from backoff ramp** - **Increase max attempts** - **Retry interval while we are disconnected** Fixes #284 --- <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-06-07 18:31:23 -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#5375