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

[jira] [Created] (TS-4342) Connections queued when hitting `proxy.config.http.origin_max_connections` don't honor order

Thomas Jackson created TS-4342:
----------------------------------

             Summary: Connections queued when hitting `proxy.config.http.origin_max_connections` don't honor order
                 Key: TS-4342
                 URL: https://issues.apache.org/jira/browse/TS-4342
             Project: Traffic Server
          Issue Type: Bug
            Reporter: Thomas Jackson


As of today when you hit `proxy.config.http.origin_max_connections` requests are queued waiting for an available connection to origin. Today this is done by simply [rescheduling 100ms in the future|https://github.com/apache/trafficserver/blob/master/proxy/http/HttpSM.cc#L4756]. Ideally this would honor the order with which the requests came in.



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