Marek Marczykowski-Górecki 2017-05-10 15:16:21 +02:00
parent 495ff2a375
commit c1cc28b3c4
No known key found for this signature in database
GPG Key ID: F32894BE9684938A

View File

@ -164,6 +164,8 @@ does not by itself support translation.
- generally actions `*.List` return a list of objects and have "object
identifier" as first word in a row. Such action can be also called with "object
identifier" in argument to get only a single entry (in the same format).
- closing qrexec connection normally does _not_ interrupt running operation; this is important to avoid leaving the system in inconsistent state
- actual operation starts only after caller send all the parameters (including a payload), signaled by sending EOF mark; there is no support for interactive protocols, to keep the protocol reasonable simple
## TODO