summaryrefslogtreecommitdiff
path: root/test/e2e/system_service_test.go
Commit message (Collapse)AuthorAge
* Enable /debug/pprof API service endpointsJhon Honce2021-10-08
* Refactor sidecar HTTP service for /debug/pprof endpoints to use a TCP address given via new podman system service --pprof-address flag * Allow same URL parsing in "system service" as bindings/connection.go * Refactor NewServerWithSettings() to use entities.ServiceOptions in place of deleted server.Options * Updated godoc for impacted functions and types * Fixed API service Shutdown() to do an orderly shutdown when terminated and running with --time=0 Signed-off-by: Jhon Honce <jhonce@redhat.com>