mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-15 13:19:32 +00:00
REST API v2 - ping - remove newline from response to improve Docker compatibility
Signed-off-by: Riyad Preukschas <riyad@informatik.uni-bremen.de>
This commit is contained in:
parent
397e9a9f1b
commit
af6106f3ff
1 changed files with 0 additions and 1 deletions
|
|
@ -25,5 +25,4 @@ func Ping(w http.ResponseWriter, r *http.Request) {
|
|||
if r.Method == http.MethodGet {
|
||||
fmt.Fprint(w, "OK")
|
||||
}
|
||||
fmt.Fprint(w, "\n")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue