commit | adb8396fa4afb529b0efe2f3f58e420f87a7f944 | [log] [tgz] |
---|---|---|
author | John Kline <jkline@google.com> | Tue Jun 16 15:28:12 2015 -0700 |
committer | John Kline <jkline@google.com> | Tue Jun 16 15:29:44 2015 -0700 |
tree | 3ae0e907b66ecfd6f532731b7d529c11138bd062 | |
parent | dfc5a33375710b84c890e70a197e3d3bfdcd4117 [diff] |
x/ref/runtime/internal/rpc: Don't return server errs as BadProtocol. All database Exec errors (e.g., parser errors) where coming back as Recv BadProtocol errors. This change stops that behavior. Now, Recv returns the application error (which is the same as Finish returns). Change-Id: Ia1372bf7cc0bfa732bf5ae69b79a579461c6126b
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.