swift-nio-transport-services/Sources
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
..
NIOTSHTTPClient fix license headers (#73) 2020-03-25 15:43:40 +00:00
NIOTSHTTPServer fix license headers (#73) 2020-03-25 15:43:40 +00:00
NIOTransportServices Avoid crashing when connecting to empty host. (#103) 2020-08-11 10:10:17 +01:00