Changelog

nodejs/node · · 2 commits

QUIC cleanup trims dead state

Node.js prunes unused QUIC session-manager plumbing and a stale binding variable, simplifying object construction.

Other misc changes

  • QUIC cleanup: removed an unused Environment* member from SessionManager and updated its construction path, plus dropped a dead local binding in Session (jasnellfacd71e, jasnell187b4d3).
  • No functional behavior change is indicated by the diffs; this is internal code cleanup only.