Skip to content

Commit f18b70d

Browse files
committed
rfc42: exec.write should use matchtag not pid
Problem: requiring the PID as a parameter to write complicates client code which must support writing/closing a stream before the started response has been received. Use the exec request matchtag instead.
1 parent 708029e commit f18b70d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec_42.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ specified in the exec request command object.
205205

206206
The request SHALL consist of a JSON object with the following keys:
207207

208-
.. object:: pid
208+
.. object:: matchtag
209209

210-
(*integer*, REQUIRED) The process ID of the remote process.
210+
(*integer*, REQUIRED) The matchtag of the :program:`exec` request.
211211

212212
.. object:: io
213213

0 commit comments

Comments
 (0)