New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: file-receiver doesn't send EOF properly? #1048

Closed
omeg opened this Issue Jul 6, 2015 · 3 comments

Comments

Projects
None yet
2 participants
@omeg
Member

omeg commented Jul 6, 2015

(This might actually be a bug in Linux file sender)
When sending files from a Linux VM to a Windows VM the transfer runs correctly and files are received without errors. However, the Linux sender window seems blocked and never exits. Windows file receiver exits properly.

@omeg

This comment has been minimized.

Show comment
Hide comment
@omeg

omeg Jul 9, 2015

Member

qrexec-agent didn't send EOF to data vchan when local client exited.

Member

omeg commented Jul 9, 2015

qrexec-agent didn't send EOF to data vchan when local client exited.

@omeg omeg closed this Jul 9, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Oct 7, 2015

Member

Apparently EOF is sent after exit code. It should be sent before.

Member

marmarek commented Oct 7, 2015

Apparently EOF is sent after exit code. It should be sent before.

@marmarek marmarek reopened this Oct 7, 2015

@omeg

This comment has been minimized.

Show comment
Hide comment
@omeg

omeg Oct 8, 2015

Member

Fixed.

Member

omeg commented Oct 8, 2015

Fixed.

@omeg omeg closed this Oct 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment