mirror of https://github.com/containers/podman.git
1) /pods/<X>/exists - is documented to return 204, and that's
the correct value, but until now it has been returning 200.
2) /pods/create - return 409 (conflict), not 500, when pod
already exists
Also: in WriteResponse(), if code is 204 (No Content) or 304
(Not Modified), emit the status code only but no content-type
headers nor content.
Signed-off-by: Ed Santiago <santiago@redhat.com>
|
||
|---|---|---|
| .. | ||
| generic | ||
| libpod | ||
| utils | ||
| containers.go | ||
| containers_attach.go | ||
| containers_create.go | ||
| containers_top.go | ||
| decoder.go | ||
| events.go | ||
| exec.go | ||
| handler.go | ||
| images.go | ||
| images_build.go | ||
| ping.go | ||
| swagger.go | ||
| types.go | ||
| unsupported.go | ||
| version.go | ||