Hi there,
I have read the spec and I spot one minor issue in the spec:
- 3.1.8 Requests. 2nd paragraph.
Finally, requests have a request transaction. When a request is created, it
is always placed against atransaction using either the steps to a
asynchronously execute a request or the steps to a synchronously execute a
request. This sets the request transaction to be that request.
Should be
Finally, requests have a request transaction. When a request is created, it
is always placed against atransaction using either the steps to a
asynchronously execute a request or the steps to a synchronously execute a
request. This sets the request transaction to be that transaction.
Thanks
Tianzhou