caddy/caddy
Matthew Holt 2fb4810cdb Fixed racy error reporting at server startup
Previously, if a listener fails to bind (for example), there was a race in caddy.go between unblocking the startup waitgroup and returning the error and putting it into errChan. Now, an error is returned directly into errChan and the closing of the startup waitgroup is defered until after that return takes place.
2015-11-05 15:21:13 -07:00
..
assets Minor test improvements 2015-10-27 12:53:31 -06:00
caddyfile pass golint 2015-11-05 00:40:35 +00:00
letsencrypt pass golint 2015-11-05 00:40:35 +00:00
parse final corrections 2015-11-05 00:44:35 +00:00
setup pass golint 2015-11-05 00:40:35 +00:00
caddy.go Fixed racy error reporting at server startup 2015-11-05 15:21:13 -07:00
caddy_test.go core: Start() blocks until servers finish starting 2015-10-30 00:19:43 -06:00
config.go pass golint 2015-11-05 00:40:35 +00:00
config_test.go Merge branch 'master' into letsencrypt 2015-11-02 20:26:55 -07:00
directives.go letsencrypt: Activate during config load just after tls directive 2015-11-01 09:46:23 -07:00
helpers.go pass golint 2015-11-05 00:40:35 +00:00
restart.go pass golint 2015-11-05 00:40:35 +00:00
restart_windows.go core: Refactoring POSIX-only code for build tags 2015-10-26 16:49:05 -06:00
sigtrap.go core: Refactoring POSIX-only code for build tags 2015-10-26 16:49:05 -06:00
sigtrap_posix.go add helpful suggestion to identify problem 2015-11-05 12:39:17 -08:00