0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-02-24 23:57:05 -05:00
caddy/caddy
Matthew Holt 13557eb5ef core: Fix bug that caused parent process to block indefinitely
The error channel used when starting all the servers must be buffered so that, even if there are no errors at startup, the returns that insert into the error channel will not be blocked, since after startup, nobody is reading that channel anymore.
2015-11-09 11:52:43 -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 Show message when activating HTTPS 2015-11-07 17:12:21 -07:00
parse checkDirectives must've slipped through the cracks in big merge 2015-11-05 17:14:47 -07:00
setup Merge pull request #326 from PatelNDipen/master 2015-11-08 09:37:04 -07:00
caddy.go core: Fix bug that caused parent process to block indefinitely 2015-11-09 11:52:43 -07:00
caddy_test.go core: Start() blocks until servers finish starting 2015-10-30 00:19:43 -06:00
config.go Unexport internal types; improved markdown summaries 2015-11-09 07:45:37 -07: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 core: Fix bug that caused parent process to block indefinitely 2015-11-09 11:52:43 -07:00
restart.go Don't truncate process log; more consistent output 2015-11-05 17:01:08 -07:00
restart_windows.go core: Refactoring POSIX-only code for build tags 2015-10-26 16:49:05 -06:00
sigtrap.go Don't truncate process log; more consistent output 2015-11-05 17:01:08 -07:00
sigtrap_posix.go Don't truncate process log; more consistent output 2015-11-05 17:01:08 -07:00