[PR #134] [MERGED] Attempt to improve update/long polling stability #1276

Closed
opened 2025-12-29 02:29:32 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/134
Author: @kradalby
Created: 10/2/2021
Status: Merged
Merged: 10/3/2021
Merged by: @kradalby

Base: mainHead: loop-97


📝 Commits (9)

  • 6ffea22 Attempt to close failed streams
  • ed728f5 Remove WriteTimeout from HTTP
  • cefe2d5 Improve and clarify log entry
  • 39abc4e Clarify error messages for nodes that are not connected
  • 54daa0d Fix spelling error
  • 2c83eac Merge branch 'main' into loop-97
  • 78a0f3c Up ping timeout
  • 0d1b60a Merge branch 'loop-97' of github.com:kradalby/headscale into loop-97
  • d637a9c Change ping count

📊 Changes

4 files changed (+44 additions, -22 deletions)

View changed files

📝 app.go (+11 -14)
📝 integration_test.go (+1 -1)
📝 machine.go (+5 -3)
📝 poll.go (+27 -4)

📄 Description

No description provided


🔄 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/juanfont/headscale/pull/134 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 10/2/2021 **Status:** ✅ Merged **Merged:** 10/3/2021 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `loop-97` --- ### 📝 Commits (9) - [`6ffea22`](https://github.com/juanfont/headscale/commit/6ffea2225ddf5d47534b1b942a38b60044c042e3) Attempt to close failed streams - [`ed728f5`](https://github.com/juanfont/headscale/commit/ed728f57e06568eb4b618610fd353b4b9fe02a36) Remove WriteTimeout from HTTP - [`cefe2d5`](https://github.com/juanfont/headscale/commit/cefe2d5bccda4ad0a6d36f70c3466bff79bcacfa) Improve and clarify log entry - [`39abc4e`](https://github.com/juanfont/headscale/commit/39abc4e97317b64597147200ed313216c86e24d5) Clarify error messages for nodes that are not connected - [`54daa0d`](https://github.com/juanfont/headscale/commit/54daa0da23e44a5f9836485ae9e0e9582c7347a8) Fix spelling error - [`2c83eac`](https://github.com/juanfont/headscale/commit/2c83eac36f6b55eadacfdf397a18512f53f4bc8f) Merge branch 'main' into loop-97 - [`78a0f3c`](https://github.com/juanfont/headscale/commit/78a0f3ca37e140f227cfd9c28331f32dff945fe4) Up ping timeout - [`0d1b60a`](https://github.com/juanfont/headscale/commit/0d1b60ad6336763f8e3e892b397216e5e4fac589) Merge branch 'loop-97' of github.com:kradalby/headscale into loop-97 - [`d637a9c`](https://github.com/juanfont/headscale/commit/d637a9c3024160b81b25047b92d7c2757ba3c1bf) Change ping count ### 📊 Changes **4 files changed** (+44 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `app.go` (+11 -14) 📝 `integration_test.go` (+1 -1) 📝 `machine.go` (+5 -3) 📝 `poll.go` (+27 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:29:32 +01:00
adam closed this issue 2025-12-29 02:29:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1276