[
https://issues.apache.org/jira/browse/TS-4130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15097522#comment-15097522
]
ASF GitHub Bot commented on TS-4130:
------------------------------------
GitHub user zuobeixing opened a pull request:
https://github.com/apache/trafficserver/pull/421
TS-4130: wrong value assigned
In the NetHandler::manage_active_queue() function:
vc_next is not assigned.
In the NetHandler::manage_keep_alive_queue() function:
vc_next is assigned wrong value. It should be
vc->keep_alive_queue_link.next.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zuobeixing/trafficserver master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/421.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 #421
----
commit e4418da69544044e04628e3355d8e90e230cb920
Author: zuobeixing <[email protected]>
Date: 2016-01-14T03:10:27Z
fix NetHandler::manage_keep_alive_queue and NetHandler::manage_active_queue
bug
In the NetHandler::manage_active_queue() function:
vc_next is not assigned.
In the NetHandler::manage_keep_alive_queue() function:
vc_next is assigned wrong value. It should be
vc->keep_alive_queue_link.next.
----
> wrong value assigned
> --------------------
>
> Key: TS-4130
> URL: https://issues.apache.org/jira/browse/TS-4130
> Project: Traffic Server
> Issue Type: Bug
> Components: Core
> Reporter: northstar
>
> In the NetHandler::manage_active_queue() function:
> vc_next is not assigned.
> In the NetHandler::manage_keep_alive_queue() function:
> vc_next is assigned wrong value. It should be vc>keep_alive_queue_link.next.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)