You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by zizhong <gi...@git.apache.org> on 2016/04/20 23:38:08 UTC

[GitHub] trafficserver pull request: Add independent WebSocket timeouts

GitHub user zizhong opened a pull request:

    https://github.com/apache/trafficserver/pull/590

    Add independent WebSocket timeouts

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zizhong/trafficserver websocket_timout

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/590.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #590
    
----
commit 6a124fb571661efb46a02ca00ae56d62cbd369c4
Author: Brian Geffon <br...@apache.org>
Date:   2016-04-20T21:36:05Z

    Add independent WebSocket timeouts

----


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

[GitHub] trafficserver pull request: [TS-3922] Add independent WebSocket ti...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/trafficserver/pull/590


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

[GitHub] trafficserver pull request: [TS-3922] Add independent WebSocket ti...

Posted by zizhong <gi...@git.apache.org>.
Github user zizhong commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/590#discussion_r60522222
  
    --- Diff: iocore/net/UnixNet.cc ---
    @@ -96,8 +97,8 @@ class InactivityCop : public Continuation
               NET_SUM_DYN_STAT(keep_alive_queue_timeout_total_stat, diff);
               NET_INCREMENT_DYN_STAT(keep_alive_queue_timeout_count_stat);
             }
    -        Debug("inactivity_cop_verbose", "vc: %p now: %" PRId64 " timeout at: %" PRId64 " timeout in: %" PRId64, vc, now,
    -              vc->next_inactivity_timeout_at, vc->inactivity_timeout_in);
    +        Debug("inactivity_cop_verbose_2", "vc: %p now: %" PRId64 " timeout at: %" PRId64 " timeout in: %" PRId64, vc,
    --- End diff --
    
    Docs were updated. Tag name was fixed.


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

[GitHub] trafficserver pull request: [TS-3922] Add independent WebSocket ti...

Posted by bgaff <gi...@git.apache.org>.
Github user bgaff commented on the pull request:

    https://github.com/apache/trafficserver/pull/590#issuecomment-212738312
  
    Merged.


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

[GitHub] trafficserver pull request: [TS-3922] Add independent WebSocket ti...

Posted by bgaff <gi...@git.apache.org>.
Github user bgaff commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/590#discussion_r60519710
  
    --- Diff: iocore/net/UnixNet.cc ---
    @@ -96,8 +97,8 @@ class InactivityCop : public Continuation
               NET_SUM_DYN_STAT(keep_alive_queue_timeout_total_stat, diff);
               NET_INCREMENT_DYN_STAT(keep_alive_queue_timeout_count_stat);
             }
    -        Debug("inactivity_cop_verbose", "vc: %p now: %" PRId64 " timeout at: %" PRId64 " timeout in: %" PRId64, vc, now,
    -              vc->next_inactivity_timeout_at, vc->inactivity_timeout_in);
    +        Debug("inactivity_cop_verbose_2", "vc: %p now: %" PRId64 " timeout at: %" PRId64 " timeout in: %" PRId64, vc,
    --- End diff --
    
    I just realized that in the patch I pasted in TS-3922 I left this debug tag name changed as inactivity_cop_verbose_2, @zizhong can you please correct that for me.


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

[GitHub] trafficserver pull request: [TS-3922] Add independent WebSocket ti...

Posted by bgaff <gi...@git.apache.org>.
Github user bgaff commented on the pull request:

    https://github.com/apache/trafficserver/pull/590#issuecomment-212705977
  
    @zizhong we need to add docs too, can you please update the records.config documentation. Thanks.


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