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
You guys quickly fixed issue #1808, but now there's a problem when a host/domain name is not there. It's not immediately clear to me why, but if the input to SniffResponse.ParseToUri is something like 192.168.17.42:9200, fqdn becomes 192.168.17.4 and ip becomes 2, so the resulting URI becomes http://192.168.17.4:9200.
We either have a part that ends with / and then fqdn is everything but that last character, or we don't have such a part and then we don't care about / at all.