Repository: trafficserver Updated Branches: refs/heads/master 2042a1731 -> 055a3d737
TS-2944: initialize HttpConfig::record_cop_page Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/055a3d73 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/055a3d73 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/055a3d73 Branch: refs/heads/master Commit: 055a3d7374441112de56f4f04486cce7ecb3d729 Parents: 2042a17 Author: James Peach <[email protected]> Authored: Sat Jul 19 19:26:43 2014 -0700 Committer: James Peach <[email protected]> Committed: Sat Jul 19 19:27:03 2014 -0700 ---------------------------------------------------------------------- proxy/http/HttpConfig.h | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/055a3d73/proxy/http/HttpConfig.h ---------------------------------------------------------------------- diff --git a/proxy/http/HttpConfig.h b/proxy/http/HttpConfig.h index 816c9f9..bcd805c 100644 --- a/proxy/http/HttpConfig.h +++ b/proxy/http/HttpConfig.h @@ -910,6 +910,7 @@ HttpConfigParams::HttpConfigParams() referer_format_redirect(0), reverse_proxy_enabled(0), url_remap_required(1), + record_cop_page(0), errors_log_error_pages(1), enable_http_info(0), cluster_time_delta(0),
