Commit e7e2954
fix(secure-fetch): route early-abort path through settledReject
Promise reject is idempotent so this wasn't a correctness bug, but
routing the already-aborted branch through settledReject keeps all
settling paths consistent and ensures cleanupAbort runs even if a
listener somehow gets registered later.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 7100fe0 commit e7e2954
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
| 419 | + | |
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
| |||
0 commit comments