codebytere

#48875: build: remove track SSL_ERROR_ZERO_RETURN explicitly patch

Merged
Created: Nov 10, 2025, 1:33:06 PM
Merged: Nov 11, 2025, 7:16:05 AM
2 comments
Target: main

Description of Change

Remove a longstanding BoringSSL patch that used to cause TLS failures in Node.js smoke tests but doesn't anymore.

Checklist

Release Notes

Notes: none

Backports

40-x-y
Merged
PR Number
#48893
Merged At
Nov 11, 2025, 9:27:32 AM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron