GitHub user chenglongwei opened a pull request: https://github.com/apache/trafficserver/pull/1624
Http transaction debugging feature 1. Add http plugin hook library path configuration in records.config: "CONFIG proxy.config.http.plugin_hook_library_path STRING [path_of_httpdebugger.so]" 2. Add http debug interfaces in ts.h 3. Init the four interfaces in Main.cc 4. Modify Http state machine to call debug interfaces. 5. Add an example to implement http debug shared library. You can merge this pull request into a Git repository by running: $ git pull https://github.com/chenglongwei/trafficserver 6.2.x Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/1624.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 #1624 ---- commit 564513aab0f57fb7c55648f1b6b3152ac7c57a38 Author: Chenglong Wei <ch...@linkedin.com> Date: 2017-03-31T21:18:15Z Http transaction debugging feature for upstream (ATS core): 1. Add http plugin hook library path configuration in records.config: "CONFIG proxy.config.http.plugin_hook_library_path STRING [path_of_httpdebugger.so]" 2. Add http debug interfaces in ts.h 3. Init the four interfaces in Main.cc 4. Modify Http state machine to call debug interfaces. 5. Add an example to implement http debug shared library. ---- --- 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. ---