You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unnecessary allowNull argument from getSocketAddress. NFC (#22643)
The only callsite that was using this third argument was simply doing
and early return, so we can just move the check to the caller and
simplify the code.
0 commit comments