electron/lib
Samuel Attard b8c2481edb
fix: do not handle write errors after request is aborted (#28682)
This fixes a flake on linux CI which started recently where the "write"
promise is being rejected after the request has been aborted /
cancelled.  In this case we should drop the error to the floor but
instead we pass it down the stack where it eventually emits a now
unhandled error event.

Example failure: https://app.circleci.com/pipelines/github/electron/electron/38072/workflows/c1faf19b-aa41-4f99-a564-165729222859/jobs/838813

Verified fix by running the test that caused it 10000 times before fix
and 10000 times after.  ~50 failures before, 0 after.
2021-04-19 09:50:14 -04:00
..
asar fix: revert "refactor: mmap asar files (#24470)" (#28137) 2021-03-15 11:42:54 -07:00
browser fix: do not handle write errors after request is aborted (#28682) 2021-04-19 09:50:14 -04:00
common fix: pass postData to new-window event (#28513) 2021-04-06 09:54:05 -07:00
isolated_renderer chore: convert guest-view-manager.js to TypeScript (#25825) 2020-10-13 04:29:08 +03:00
renderer refactor: clean up webFrame implementation to use gin wrappers (#28497) 2021-04-12 16:35:18 -07:00
sandboxed_renderer refactor: clean up webFrame implementation to use gin wrappers (#28497) 2021-04-12 16:35:18 -07:00
worker build: tsify worker/init (#24497) 2020-07-09 20:32:37 -07:00