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 <zuobeix...@gmail.com> 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. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---