spiegel_podman/pkg/api
Paul Holzinger bd65bf2ed1
system service --log-level=trace: support hijack
When the service is running with trace log level it wraps the
`http.ResponseWriter` to log extra information. The problem is that the
new type does not keep all the functions from the embedded type.
Instead we have to implement them ourselves, however only Write() was
implemented. Thus `Hijack()`could not be called on the writer. To
prevent these issues we would implement all the interfaces that the
inner type supports (Header, WriteHeader, Flush, Hijack).

Fixes #17749

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-03-16 15:10:30 +01:00
..
handlers Add missing return after errors 2023-02-07 14:51:07 -05:00
server system service --log-level=trace: support hijack 2023-03-16 15:10:30 +01:00
types Swagger refactor/cleanup 2022-05-19 15:24:18 -07:00
Makefile Add support for podman build --group-add 2023-01-19 10:42:10 -05:00
tags.yaml [CI:DOCS] Set all operation id to be compatibile 2021-04-05 19:54:30 -07:00