You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(smart-notes): stop destroy(err) stderr dumps from guarded HTTP GET
The body-limit, timeout, and abort branches passed a typed error to
request.destroy(). Under OpenCode's embedded Bun the stream machinery
re-surfaces that error as an uncaught stderr dump even with 'error'
listeners installed on both the request and the response. Settle the
promise with the typed rejection first, then destroy without an error
so the internals have nothing to re-emit. The response 'error' listener
stays for genuine mid-body transport failures.
Co-authored-by: Alfonso [Magic Context] <288211368+alfonso-magic-context@users.noreply.github.com>
0 commit comments