Skip to content

Commit

Permalink
more cbor
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfix committed Dec 24, 2024
1 parent 2206f26 commit 92c6bf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/common/cbor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ Object Proxy
=============== =============================

A Proxy refers to an object that cannot be encoded in CBOR. In a messaging
system, a sender may cache the object and replace it with a proxy instead
system, a sender may cache such an object and send a proxy instead
of throwing an error. The recipient can subsequently refer to the object
using the same Proxy tag when it sends a message back.
using the Proxy tag when it sends another message back.

When the proxy's content is an array, it MUST consist of at least two
elements. The first is a text string, integer, or (if global uniqueness is
required) a UUID that uniquely identifies the origin of the proxy object.
The remainder of the array holds the data which the originator requires
in order to access or recover the original.
to access or recover the original.

An API to release auto-generated proxies is recommended but out of scope of
this specification.
Expand Down

0 comments on commit 92c6bf0

Please sign in to comment.