You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/12 00:07:25 UTC

[jira] [Commented] (TS-4340) `proxy.config.http.origin_max_connections` only matches on IP

    [ https://issues.apache.org/jira/browse/TS-4340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15236074#comment-15236074 ] 

ASF GitHub Bot commented on TS-4340:
------------------------------------

GitHub user jacksontj opened a pull request:

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

    TS-4340 Add tests for per-origin connection limits

    

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

    $ git pull https://github.com/jacksontj/trafficserver TS-4340

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

    https://github.com/apache/trafficserver/pull/562.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 #562
    
----
commit 9c3df01ae223e908b5b757f08b337ead99e98afa
Author: Thomas Jackson <ja...@gmail.com>
Date:   2016-04-11T22:03:16Z

    TS-4340 Add tests for per-origin connection limits

----


> `proxy.config.http.origin_max_connections` only matches on IP
> -------------------------------------------------------------
>
>                 Key: TS-4340
>                 URL: https://issues.apache.org/jira/browse/TS-4340
>             Project: Traffic Server
>          Issue Type: Bug
>            Reporter: Thomas Jackson
>            Assignee: Brian Geffon
>
> As of today if you set a maximum number of connections to an origin (using `proxy.config.http.origin_max_connections`) the connections for an origin are counted by only checking the IP of connection (not a combination of schema, port, and IP). From conversations on IRC it seems like checking with `http://trafficserver.readthedocs.org/en/5.3.x/reference/configuration/records.config.en.html#proxy-config-http-server-session-sharing-match` to determine what matches will work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)