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
Yeah this is an interesting one. Because I thought the issue was in Solid but it is more that while I can delay cleanup there we still have a problem because we are basing our undo on whether the response has been handled and really it depends on whether its been handled or conceptually we are done rendering. It's possible that we haven't returned the response and it is done rendering in which case we should skip it like this and there are cases where we have responded on the stream and shouldn't clear it even though we aren't done rendering.
Ideally we'd have a generic way to handle this, but for now I think start should mark when it thinks it is done rendering and we check either condition.
Duplicates
Latest version
Current behavior 😯
Whenever solid-start's server rendering is in async-mode,
<HttpStatusCode
does nothingExpected behavior 🤔
it should be possible to change status of responses using
<HttpStatusCode>
in async modeSteps to reproduce 🕹
Steps:
npm run dev
curl --HEAD -v 'http://localhost:3000/'
(or use browser's developer tools) and see that it still returns200 OK
Context 🔦
No response
Your environment 🌎
No response
The text was updated successfully, but these errors were encountered: