mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-09 00:57:53 +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
|
||
|---|---|---|
| .. | ||
| archive.go | ||
| attach.go | ||
| checkpoint.go | ||
| commit.go | ||
| containers.go | ||
| create.go | ||
| diff.go | ||
| exec.go | ||
| healthcheck.go | ||
| logs.go | ||
| mount.go | ||
| rename.go | ||
| term_unix.go | ||
| term_windows.go | ||
| types.go | ||
| types_attach_options.go | ||
| types_checkpoint_options.go | ||
| types_commit_options.go | ||
| types_copy_options.go | ||
| types_create_options.go | ||
| types_diff_options.go | ||
| types_execinspect_options.go | ||
| types_execremove_options.go | ||
| types_execstart_options.go | ||
| types_execstartandattach_options.go | ||
| types_exists_options.go | ||
| types_export_options.go | ||
| types_healthcheck_options.go | ||
| types_init_options.go | ||
| types_inspect_options.go | ||
| types_kill_options.go | ||
| types_list_options.go | ||
| types_log_options.go | ||
| types_mount_options.go | ||
| types_mountedcontainerpaths_options.go | ||
| types_pause_options.go | ||
| types_prune_options.go | ||
| types_remove_options.go | ||
| types_rename_options.go | ||
| types_resizeexectty_options.go | ||
| types_resizetty_options.go | ||
| types_restart_options.go | ||
| types_restore_options.go | ||
| types_shouldrestart_options.go | ||
| types_start_options.go | ||
| types_stats_options.go | ||
| types_stop_options.go | ||
| types_top_options.go | ||
| types_unmount_options.go | ||
| types_unpause_options.go | ||
| types_wait_options.go | ||
| update.go | ||