If exit-on-client-eof=true
in service config and service exits before EOF on stdout, no MSG_DATA_STDOUT
is sent
#9249
Labels
affects-4.2
This issue affects Qubes OS 4.2.
C: core
diagnosed
Technical diagnosis has been performed (see issue comments).
P: default
Priority: default. Default priority for new issues, to be replaced given sufficient information.
pr submitted
A pull request has been submitted for this issue.
How to file a helpful issue
Qubes OS release
R4.2
Brief summary
If a service configuration has
exit-on-client-eof=true
and the client sends EOF before the server does, no emptyMSG_DATA_STDOUT
is sent to serve as EOF marker.Steps to reproduce
exit-on-client-eof=true
in service config, that does not send EOF until after the client does.Expected behavior
An empty
MSG_DATA_STDOUT
is sent immediately beforeMSG_DATA_EXIT_CODE
.Actual behavior
No
MSG_DATA_STDOUT
is sent.The text was updated successfully, but these errors were encountered: