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

    https://github.com/apache/trafficserver/pull/1083#discussion_r82417079
  
    --- Diff: proxy/http/HttpServerSession.h ---
    @@ -136,6 +136,19 @@ class HttpServerSession : public VConnection
         ink_release_assert(server_vc != NULL);
         return server_vc->get_remote_endpoint();
       }
    +
    +  void
    +  set_active_timeout(ink_hrtime timeout_in)
    +  {
    +    if (server_vc)
    +      server_vc->set_active_timeout(timeout_in);
    +  }
    --- End diff --
    
    Please add a newline to separate functions.


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

Reply via email to