bneradt commented on code in PR #11859: URL: https://github.com/apache/trafficserver/pull/11859#discussion_r1884215910
########## include/proxy/TransformInternal.h: ########## @@ -49,6 +50,12 @@ class TransformTerminus : public VConnection int m_deletable; int m_closed; int m_called_user; + +private: + Event *_read_event = nullptr; + bool _read_disabled = false; + Event *_write_event = nullptr; + bool _write_disabled = false; Review Comment: Updated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
