Cliff Jansen created PROTON-1119:
------------------------------------
Summary: C++ ssl_domain tracking uses unnecessary heap allocations
Key: PROTON-1119
URL: https://issues.apache.org/jira/browse/PROTON-1119
Project: Qpid Proton
Issue Type: Improvement
Components: cpp-binding
Affects Versions: 0.11.1
Reporter: Cliff Jansen
Assignee: Cliff Jansen
Fix For: 0.13.0
As noted in PROTON-1115, there are more than a dozen unused ssl_domain
connection option related allocations for even the simplest example program.
While the actual underlying pn_ssl_domain_t object is lazily created, greater
laziness can be achieved since it is pointless to track and count a known null
pointer.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)