caddy/server
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
..
config.go Support for OCSP Stapling. Fixes #280 2015-10-24 04:36:54 +02:00
graceful.go core: Major refactor for graceful restarts; numerous fixes 2015-10-26 13:34:31 -06:00
server.go Fixed racy error reporting at server startup 2015-11-05 15:21:13 -07:00
virtualhost.go Moved fileServer and browse.IndexPages into middleware package 2015-09-19 20:35:48 -06:00