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
Fix port-part matches algorithm for a null port input (#435)
The algorithm was expecting a non-null possibly-empty string while being called with null or a non-empty string. Now the algorithm correctly handles a null or non-empty input string.
0 commit comments