-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Fix https failures on macOS #3716
Conversation
The issue was traced upstream to needle, and resolved in: - tomas/needle#392 - tomas/needle#394 - tomas/needle#396 - tomas/needle#398 Closes less#3693
Thank you. @matthew-dean Hi, sir. Please review this pr. |
lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@iChenLei, @matthew-dean, when could we expect to see this in an official release so that we can stop using a fork? |
The issue was traced upstream to needle, and resolved in: - tomas/needle#392 - tomas/needle#394 - tomas/needle#396 - tomas/needle#398 Closes less#3693
@matthew-dean Can we release a new version for this bugfix ? |
Any chance we could get an updated release for less.js so we can stop using a fork? |
Less v4.2.0 seems to include the fix. |
The issue was traced upstream to needle, and resolved in:
Closes #3693
What: Fix macOS ECONNRESET w/ node v14+
Why: Without the upgrade to needle, some more complex less files with https inline imports can fail with ECONNRESET, specifically on macOS w/ node v14+
How: The root cause was traced to the dependency
needle
, and fixed there over several PRs addressing various combinations of OS and node versionChecklist: