swift-nio-transport-services/Tests
Cory Benfield bb56586c4c
Avoid crashing when connecting to empty host. (#103)
Motivation:

Network.framework will crash when we attempt to connect to the host
string "". That's not ideal, so we should detect that case and avoid it.

Modifications:

- Add code to detect the empty host string.

Result:

No crashes when accidentally connecting to "".
2020-08-11 10:10:17 +01:00
..
NIOTransportServicesTests Avoid crashing when connecting to empty host. (#103) 2020-08-11 10:10:17 +01:00
LinuxMain.swift fix license headers (#73) 2020-03-25 15:43:40 +00:00