GitHub user jpeach opened a pull request: https://github.com/apache/trafficserver/pull/605
TSHttpTxnParentProxySet regression test Add a regression test for ``TSHttpTxnParentProxySet``. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jpeach/trafficserver jpeach/parent-regression-test Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/605.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 #605 ---- commit 4c05b1cba0332347affa4596364d8e153bef32b7 Author: James Peach <jpe...@apache.org> Date: 2016-04-27T19:00:34Z TSHttpTxnParentProxySet should take const arguments. commit c39f57b8d68b0a8a4de0cc04da9323e7f900d36b Author: James Peach <jpe...@apache.org> Date: 2016-04-27T19:19:57Z TS-4388: Add an API test for TSHttpTxnParentProxySet. Add an API test for TSHttpTxnParentProxySet. This test sends a request to the API test synserver, and expects a response. The quirk is that it can't get the right response unless TSHttpTxnParentProxySet() is called to parent proxy to the syn server. This test currently crashes, so it is only enabled at REGRESSION_TEST_FATAL (level 4). ---- --- 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. ---