Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fabio always returned status code 1. Event on clean exit. Shutdown of http server is treated as fatal: [FATAL] http: Server closed [FATAL] ui: http: Server closed Http server Serve method always returns non nil error: https://golang.org/pkg/net/http/#Server.Serve ErrServerClosed should be treated as clean exit. "After Shutdown or Close, the returned error is ErrServerClosed."
- Loading branch information