PROTON-1288: c++ fix caching bug in proton::map
Discovered using quiver tests: `quiver foo --impl=qpid-proton-cpp`
map::clear() did not invalidate the cache as required by message::encode()
to ensure that newly-decoded map values updated the caches correctly.
Simplified the cache logic.
Project
PROTON-1288: c++ fix caching bug in proton::map
Discovered using quiver tests: `quiver foo --impl=qpid-proton-cpp`
map::clear() did not invalidate the cache as required by message::encode()
to ensure that newly-decoded map values updated the caches correctly.
Simplified the cache logic.
Project
Repository: qpid-proton
Updated Branches:
refs/heads/master b86234c65 -> f66938024
PROTON-1288: c++ fix caching bug in proton::map
Discovered using quiver tests: `quiver foo --impl=qpid-proton-cpp`
map::clear() did not invalidate the cache as required by message::encode()
to ensure that newly