Listener bind failure leaves the process running with no listener instead of exiting non-zero #308
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From audit #303 (significant).
Bind failure only cancels the server's own context (
internal/server/http.go:44-50); nothing callsfx.Shutdowner, so the process stays up serving nothing.Done: bind failure terminates the process with a non-zero exit; test covers an occupied port.