You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by maskit <gi...@git.apache.org> on 2016/06/28 06:05:43 UTC

[GitHub] trafficserver pull request #642: Proposal: NetVC Context

Github user maskit commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/642#discussion_r68701731
  
    --- Diff: iocore/net/UnixNetAccept.cc ---
    @@ -277,14 +277,12 @@ NetAccept::do_blocking_accept(EThread *t)
         vc->options.packet_mark = packet_mark;
         vc->options.packet_tos = packet_tos;
         vc->apply_options();
    -    vc->from_accept_thread = true;
    --- End diff --
    
    Should this line be removed within this change?
    I'm fine with introducing the context, however, I guess it is not a part of it. This makes me nervous.


---
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.
---