I concur with the idea that connection level APIs should be different from
the
HTTP txn or ssn level APIs. For my use case, I am saving attributes at the
connection
level and accessing them during HTTP txn processing.
On Tue, Nov 14, 2017 at 6:11 AM, Alan Carroll <
solidwallofc...@oath.com.invalid
I thought we'd discussed this already, but I think having the same index
for all three is a bad API design. I think the use cases are generally
separate and conflating them effectively reduces the size of the arrays. If
I could, I'd change the TXN and SSN args to use separate indices and would
be