Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
Go to file
Matthew Holt 27ff6aeccb Fix goroutine leak in Run
D'oh, the servers' Shutdown() would never be called because they were
never added to the list of servers.

Thanks Danny for finding this.
2019-03-27 12:36:30 -06:00
cmd/caddy2 Performance testing Load function 2019-03-26 19:42:52 -06:00
modules/caddyhttp Fix goroutine leak in Run 2019-03-27 12:36:30 -06:00
.gitignore Fix goroutine leak in Run 2019-03-27 12:36:30 -06:00
admin_test.go Performance testing Load function 2019-03-26 19:42:52 -06:00
admin.go Fix goroutine leak in Run 2019-03-27 12:36:30 -06:00
caddy.go Fix goroutine leak in Run 2019-03-27 12:36:30 -06:00
listeners.go Performance testing Load function 2019-03-26 19:42:52 -06:00
modules_test.go Initial commit 2019-03-26 12:00:54 -06:00
modules.go Rudimentary start of HTTP servers 2019-03-26 15:45:51 -06:00