commit | 27429765542ae5cee95dd6c4d17fb23cec15b7d7 | [log] [tgz] |
---|---|---|
author | Jungho Ahn <jhahn@google.com> | Wed Apr 29 13:02:54 2015 -0700 |
committer | Jungho Ahn <jhahn@google.com> | Wed Apr 29 13:03:17 2015 -0700 |
tree | 837774138d59071c3614a73cde36ad656a917603 | |
parent | b1a3b759dbfe6596fa9df49a30988b3f6ab7e3ba [diff] |
naming/endpoint: escape address field 'address' field of endpoint can be any string. Since we use '@' as a separator, 'address' with '@' cause a parse failure. This changes to escape '@' in 'address' with hex encoding. Assume that we don allow '@' in 'prototol' name. Change-Id: Ic72038034fc5e56a90ff0ecab364054f3068f3d8
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.