• Matthew Holt's avatar
    core: Handle address lookup and bind errors more gracefully (fixes #136 and #164) · d8391d6f
    Matthew Holt authored
    Addresses which fail to resolve are handled more gracefully in the two most common cases: the hostname doesn't resolve or the port is unknown (like "http" on a system that doesn't support that port name). If the hostname doesn't resolve, the host is served on the listener at host 0.0.0.0. If the port is unknown, we attempt to rewrite it as a number manually and try again.
    d8391d6f
config.go 1.6 KB