Does anyone know why this mutex is needed? https://github.com/apache/trafficserver/blob/master/src/tscpp/api/TransactionPlugin.cc#L41
Does it only protect the TransactionObjectState object it's in, or does it protect other data? Under what scenario(s) does it provide protection that would not be provided by the transaction mutex?