mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-22 16:08:58 +08:00
da8b7fe58f
* caddyhttp: Honor grace period in background This avoids blocking during config reloads. * Don't quit process until servers shut down * Make tests more likely to pass on fast CI (#5045) * caddyhttp: Even faster shutdowns Simultaneously shut down all HTTP servers, rather than one at a time. In practice there usually won't be more than 1 that lingers. But this code ensures that they all Shutdown() in their own goroutine and then we wait for them at the end (if exiting). We also wait for them to start up so we can be fairly confident the shutdowns have begun; i.e. old servers no longer accepting new connections. * Fix comment typo * Pull functions out of loop, for readability |
||
---|---|---|
.. | ||
integration | ||
a.caddy.localhost.crt | ||
a.caddy.localhost.key | ||
caddy.ca.cer | ||
caddy.localhost.crt | ||
caddy.localhost.key | ||
caddytest_test.go | ||
caddytest.go |