Skip to content

Add the agent HTTP proxy protocol - #1725

Draft
longcw wants to merge 4 commits into
mainfrom
longc/agent-http-proxy
Draft

Add the agent HTTP proxy protocol#1725
longcw wants to merge 4 commits into
mainfrom
longc/agent-http-proxy

Conversation

@longcw

@longcw longcw commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

No description provided.

A worker does not accept inbound connections, so it dials a pool of
websockets to the edge and the edge multiplexes requests over them. A
stream carries opaque HTTP bytes both ways, so request streaming, SSE
and websocket upgrades work without either side parsing HTTP.

The worker names itself and announces its endpoints in the first frame
of every wire. Registration reaches whichever node the load balancer
picked, which is not the node the wires land on, so it cannot carry
this.
@changeset-bot

changeset-bot Bot commented Aug 19, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 71ae3dd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

github-actions Bot and others added 3 commits August 19, 2026 08:36
The cloud side of this is the controller: the node a worker dials and
that proxies requests to it. Nothing else in the tree calls it an edge.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant