mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-19 20:25:45 +00:00
If there are multiple addresses then ignore 0.0.0.0. If the only address is 0.0.0.0 treat it as a DNS resolution failure. This should prevent us from throwing IllegalStateException later in DefaultServerCache.getHostFor(). Fixes #428