You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by shinrich <gi...@git.apache.org> on 2016/08/19 23:28:21 UTC

[GitHub] trafficserver pull request #762: TS-4601: Connection error from origin_max_c...

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

    https://github.com/apache/trafficserver/pull/762#discussion_r75564926
  
    --- Diff: proxy/http/HttpConfig.cc ---
    @@ -809,6 +809,8 @@ register_stat_callbacks()
                          (int)https_incoming_requests_stat, RecRawStatSyncCount);
       RecRegisterRawStat(http_rsb, RECT_PROCESS, "proxy.process.https.total_client_connections", RECD_COUNTER, RECP_PERSISTENT,
                          (int)https_total_client_connections_stat, RecRawStatSyncCount);
    +  RecRegisterRawStat(http_rsb, RECT_PROCESS, "proxy.process.http.origin_connections_throttled", RECD_COUNTER, RECP_PERSISTENT,
    --- End diff --
    
    Actually the throttling limit affects both incoming and outgoing connections.  I could create origin_connections_throttled_in and origin_connections_throttled out.


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