mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-06 17:05:48 +00:00
Do not ignore ErrUnexpectedEOF from DemuxHeader(), if we fail to parse
the header there must have been a clear protocal error between client
and server which should be reported and not silently ignored. I wonder
ig this might explain why we have missing remote exec/attach output
without any error, it is possible we are eating some internal errors due
this.
Commit
|
||
|---|---|---|
| .. | ||
| fixture | ||
| attach_test.go | ||
| auth_test.go | ||
| common_test.go | ||
| connection_test.go | ||
| containers_test.go | ||
| create_test.go | ||
| exec_test.go | ||
| generator_test.go | ||
| images_test.go | ||
| info_test.go | ||
| manifests_test.go | ||
| networks_test.go | ||
| pods_test.go | ||
| resource_test.go | ||
| secrets_test.go | ||
| system_test.go | ||
| test_suite_test.go | ||
| types_test.go | ||
| volumes_test.go | ||