GitHub user shukitchan opened a pull request: https://github.com/apache/trafficserver/pull/3
TS-1587 Basically 3 problems * output_data_len is not initialized in processor_test.cc * usePackNodeList() function returns a enumeration, not a boolean * The Stub handler manager file is using the same file name as the original file, thus causing a conflict. I need to rename that file to a different name - TestHandlerManager.cc and make sure the test program are compiled/linked with that one. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shukitchan/trafficserver TS-1587 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/3.patch ---- commit 4182d455e85a4a50e52ee75272261656d35162c2 Author: Kit Chan <chanshu...@gmail.com> Date: 2013-01-28T08:19:19Z TS-1587 ----