• Matthew Holt's avatar
    Better error handling at startup and fixed some bugs · 5e1573dd
    Matthew Holt authored
    Fixed bug where manually specifying port 443 disabled TLS (whoops); otherHostHasScheme was the culprit, since it would return true even if it was the same config that had that scheme.
    
    Also, an error at startup (if not a restart) is now fatal, rather than keeping a half-alive zombie server.
    5e1573dd
main.go 3.86 KB