mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
@ -39,7 +39,7 @@ func (i *VarlinkAPI) SendFile(call iopodman.VarlinkCall, ftype string, length in
|
|||||||
|
|
||||||
logrus.Debugf("successfully received %s", outputFile.Name())
|
logrus.Debugf("successfully received %s", outputFile.Name())
|
||||||
// Send an ACK to the client
|
// Send an ACK to the client
|
||||||
call.Call.Writer.WriteString(outputFile.Name())
|
call.Call.Writer.WriteString(outputFile.Name() + ":")
|
||||||
call.Call.Writer.Flush()
|
call.Call.Writer.Flush()
|
||||||
return nil
|
return nil
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user