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
refactor(EvaluatorCommand): Avoid storing URLs in sets
`URL`'s `equals()` and `hashCode()` methods can perform a DNS lookup to
resolve the host name, which may cause significant delays. So avoid
using `URL` instances in sets by using `URI` instances instead.
Also see 17e7327.
Signed-off-by: Sebastian Schuberth <[email protected]>
0 commit comments