mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-17 05:52:17 +09:00
all: scrub stale gRPC references from comments and docs
Reword comments and docs that still named the removed gRPC stack, rename the GRPCSortable test interface, and drop the dead gRPC port note from the dev README.
This commit is contained in:
@@ -159,7 +159,7 @@ for _, client := range allClients {
|
||||
|
||||
Typical blocking operations: any `tailscale set` (routes, exit node,
|
||||
accept-routes, ssh), node registration via the CLI, user creation via
|
||||
gRPC.
|
||||
the CLI.
|
||||
|
||||
### The four rules
|
||||
|
||||
|
||||
@@ -2634,7 +2634,7 @@ func TestACLTagPropagation(t *testing.T) {
|
||||
|
||||
// Step 3: Verify final NetMap visibility first (fast signal that
|
||||
// the [tailcfg.MapResponse] propagated to the client).
|
||||
// The full propagation chain (docker exec → gRPC → state update →
|
||||
// The full propagation chain (docker exec → API → state update →
|
||||
// batcher delay → [tailcfg.MapResponse] → noise transport → client processing)
|
||||
// can take over 120s on congested CI runners, so use a generous
|
||||
// base timeout.
|
||||
|
||||
Reference in New Issue
Block a user