• David's avatar
    Handle socket address parsing errors (#8545) · cb7ad236
    David authored
    Unpack errors and check for io::ErrorKind::InvalidInput and return our own AddressParse error. Remove the foreign link to std::net::AddrParseError and add an `impl From` for that error. Test parsing properly.
    cb7ad236