Closed
Description
less v4 uses needle for https requests. It fails with ECONNRESET on macOS specifically, which is reproducible in GitHub Actions as well as on our private mac hardware. The failure is caused by an ECONNRESET
error after the connection is closed.
Details can be found here:
- v4 fails to import https resources on macOS, works in v3 less/less.js#3693
- ECONNRESET after response nodejs/node#27916
The node discussion includes a workaround, which is that you can call abort() explicitly after closing the connection. I will send a PR with that fix shortly.
Metadata
Metadata
Assignees
Labels
No labels