Files
aethera/backend/internal/api/handlers.go
Evan Reichard ce496d1caf
All checks were successful
continuous-integration/drone/push Build is passing
fix(api): prevent browser from coalescing concurrent stream requests
Add cache-busting query parameter to the stream fetch URL so each
tab gets a unique request and the browser cannot reuse an in-flight
response. Remove redundant Transfer-Encoding header that Go sets
automatically.
2026-04-28 23:22:48 -04:00

20 KiB