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
And "close" event seems to actually be triggered as soon as body is read, but only in case there is a body (but may be I'm misunderstanding something, node docs are confusing to me on that part).
In my case it always aborts all requests which have body.
As a reference it mentions @remix-run/express package, which doesn't have this issue, because it listens to "close" event of response, not request:
Describe what's incorrect/missing in the documentation
Server-Side Rendering Docs provide an example
createFetchRequest
function, which contains this line:And "close" event seems to actually be triggered as soon as body is read, but only in case there is a body (but may be I'm misunderstanding something, node docs are confusing to me on that part).
In my case it always aborts all requests which have body.
As a reference it mentions
@remix-run/express
package, which doesn't have this issue, because it listens to "close" event of response, not request:https://github.com/remix-run/remix/blob/ae8845470cd88b7a62bd97879ad381bf8a6538e7/packages/remix-express/server.ts#L101C1-L101C45
The text was updated successfully, but these errors were encountered: