[
https://issues.apache.org/jira/browse/TS-3906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14742445#comment-14742445
]
Oknet Xu commented on TS-3906:
------------------------------
NetHandler::_close_vc() is called by NetHandler::manage_active_queue() and
NetHandler::manage_keep_alive_queue()
but the _close_vc() always call :
keep_alive_queue.head->handleEvent(EVENT_IMMEDIATE, &event);
Does it should call active_queue.head->handleEvent(EVENT_IMMEDIATE, &event) if
_close_vc() called from NetHandler::manage_active_queue()?
> Updates to the active and idle queues
> -------------------------------------
>
> Key: TS-3906
> URL: https://issues.apache.org/jira/browse/TS-3906
> Project: Traffic Server
> Issue Type: Improvement
> Components: Network
> Affects Versions: 6.0.0
> Reporter: Bryan Call
> Assignee: Bryan Call
> Fix For: 6.0.0
>
>
> 1. Add support for setting proxy.config.net.max_connections_in to 0 and
> disable limiting the number of connections in the queue.
> 2. Fix a coredump when the queues are full and try to close a connection.
> 3. Add HTTP/2 connections to the queues.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)