Add opt-in streaming queue-status protocol for smart clients #70
Labels
No labels
accessibility
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/llm-log#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Give queue-aware clients a way to hold a request open and receive queue/status heartbeats without compromising the transparent proxy path.
Why this is separate
A transparent HTTP proxy cannot emit SSE response-body bytes while a request is queued and then later preserve the upstream status line and headers: sending the SSE response commits the downstream HTTP response first.
Scope
429 + Retry-Afterfrom #70.Tests