It means that your given host name ' '
is invalid (gai stands for getaddrinfo()
).
As NPE already states, maybe an empty string ''
would be more appropriate than a space ' '
.
It means that your given host name ' '
is invalid (gai stands for getaddrinfo()
).
As NPE already states, maybe an empty string ''
would be more appropriate than a space ' '
.