Commit Graph

4 Commits

Author SHA1 Message Date
evan ce496d1caf fix(api): prevent browser from coalescing concurrent stream requests
continuous-integration/drone/push Build is passing
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
evan eb66801f58 feat: stream persistent 2026-04-28 22:41:03 -04:00
evan fad8ed865a fix: streaming
continuous-integration/drone/push Build is passing
2026-04-28 22:30:37 -04:00
evan 89f2114b06 initial commit 2026-01-17 10:09:11 -05:00