Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Abort resource handling if dev server resource handling fails (#…
…18484) If the failure comes from writing to the original request (e.g. because client has closed/aborted the connection), then we cannot continue trying to write another response to it. If the failure comes from the connection to the Vite server, we still don't know if it would have served a resource or not so we should abort. Fixes #17995 Does not fix the underlying cause for the connection being aborted though but #17995 does not have information about that
- Loading branch information