Skip to content

net: refactor redeclared variables

lib/net.js contained four variables that were redeclared with var in the same scope. This change refactors those redeclarations so they are scoped properly.

Merge request reports

Loading