[PR #60] [MERGED] Auto subscribe #132

Closed
opened 2026-05-05 11:02:10 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mmatczuk/go-http-tunnel/pull/60
Author: @mmatczuk
Created: 11/25/2017
Status: Merged
Merged: 11/25/2017
Merged by: @mmatczuk

Base: masterHead: mmt/auto_subscribe


📝 Commits (5)

  • 7ff8d21 server: introduction of AutoSubscribe flag
  • c1f581f registry: log subscribe/unsubscribe messages only when the action actually takes place
  • ce4395c tunneld: enable auto subscribe if no clients are provided
  • 5446224 integration test: enable auto subscribe
  • eb4120b readme: use auto subscribe in readme

📊 Changes

6 files changed (+37 additions, -46 deletions)

View changed files

📝 README.md (+1 -2)
📝 cmd/tunneld/options.go (+4 -3)
📝 cmd/tunneld/tunneld.go (+7 -9)
📝 integration_test.go (+7 -19)
📝 registry.go (+12 -12)
📝 server.go (+6 -1)

📄 Description

This PR makes it possible not to provide client IDs on server start and accept all the clients. This is safe as of #57.


🔄 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/mmatczuk/go-http-tunnel/pull/60 **Author:** [@mmatczuk](https://github.com/mmatczuk) **Created:** 11/25/2017 **Status:** ✅ Merged **Merged:** 11/25/2017 **Merged by:** [@mmatczuk](https://github.com/mmatczuk) **Base:** `master` ← **Head:** `mmt/auto_subscribe` --- ### 📝 Commits (5) - [`7ff8d21`](https://github.com/mmatczuk/go-http-tunnel/commit/7ff8d21e344d3b4d5865007b7edcdd1c69e07205) server: introduction of AutoSubscribe flag - [`c1f581f`](https://github.com/mmatczuk/go-http-tunnel/commit/c1f581f2fb1a596a71069489fca85885ce5f3325) registry: log subscribe/unsubscribe messages only when the action actually takes place - [`ce4395c`](https://github.com/mmatczuk/go-http-tunnel/commit/ce4395c85caf0a459892c1ad3d35c9bcb88e2389) tunneld: enable auto subscribe if no clients are provided - [`5446224`](https://github.com/mmatczuk/go-http-tunnel/commit/5446224c680593b14ecda185fa2b021ba5d25240) integration test: enable auto subscribe - [`eb4120b`](https://github.com/mmatczuk/go-http-tunnel/commit/eb4120b9cffe89b5f89ccb36dfb88f9a88139f56) readme: use auto subscribe in readme ### 📊 Changes **6 files changed** (+37 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -2) 📝 `cmd/tunneld/options.go` (+4 -3) 📝 `cmd/tunneld/tunneld.go` (+7 -9) 📝 `integration_test.go` (+7 -19) 📝 `registry.go` (+12 -12) 📝 `server.go` (+6 -1) </details> ### 📄 Description This PR makes it possible not to provide client IDs on server start and accept all the clients. This is safe as of #57. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:02:10 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/go-http-tunnel#132
No description provided.