Github user oknet commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/1131#discussion_r85916702
--- Diff: iocore/net/I_NetVConnection.h ---
@@ -541,6 +545,31 @@ class NetVConnection : public VConnection
unsigned int attributes;
EThread *thread;
+ // es - origin_trace associated connections
--- End diff --
yes, pulled from SSLNetVConnection. And put the wiretrace logic into
raw_read/write and read/write function that make the code simply and clearly.
Just call NetProfileSM::read()/write()/raw_read()/raw_write() and you will get
wiretrace feature.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---