commit | c9432b1e9521ccf04ea81e67092beb4d2318d719 | [log] [tgz] |
---|---|---|
author | Suharsh Sivakumar <suharshs@google.com> | Fri Dec 04 18:32:07 2015 -0800 |
committer | Suharsh Sivakumar <suharshs@google.com> | Fri Dec 04 18:32:07 2015 -0800 |
tree | 4d5eb18590786d61668e7ab6efe7b4befbb0051d | |
parent | f9a2d235d4a35705ad4a769d5071d4faee429a53 [diff] |
flow/manager: Fix caching of connections. Connections should not be keyed by blessingNames, instead the blessingNames are compared upon retrieval from the cache (only if the conn is not to a proxy). This ensures that connections to proxies from servers aren't replaced from the cache when a server makes a connection through the proxy (acting as a client). The blessings of the end server were incorrectly being used in the caching of connection to the proxy. Change-Id: I4a30f3610820be6dd704095653612481bebff627
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.