You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by oknet <gi...@git.apache.org> on 2016/11/01 12:11:32 UTC

[GitHub] trafficserver pull request #1131: TS-4322: Proposal: NetProfileSM

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---