[
https://issues.apache.org/jira/browse/TS-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13504399#comment-13504399
]
James Peach commented on TS-1595:
---------------------------------
FWIW, you can do this with the Lua plugin. It would look something like this:
ts.config = require 'ts.config'
function remap(request)
ts.config.override(ts.config.HTTP_ORIGIN_MAX_CONNECTIONS, 100)
end
> different domain have different origin_max_connections?
> -------------------------------------------------------
>
> Key: TS-1595
> URL: https://issues.apache.org/jira/browse/TS-1595
> Project: Traffic Server
> Issue Type: Sub-task
> Components: Network
> Reporter: Bin Chen
> Assignee: Bin Chen
> Priority: Minor
>
> In our env, we want different domain having different
> "origin_max_connections" to manage connection more careful avoiding network
> throttling. If not have different config in remap, use
> "origin_max_connections" default. Other, config in remap will replace
> "origin_max_connections".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira