This is an automated email from the ASF dual-hosted git repository.
jacksontj pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 892c6e0 TS-4341: add `proxy.config.http.origin_max_connections`
to overridable configuration testing
892c6e0 is described below
commit 892c6e0db1535e3932785fd34e60acd2dc63583a
Author: Thomas Jackson <[email protected]>
AuthorDate: Thu Apr 14 13:21:39 2016 -0700
TS-4341: add `proxy.config.http.origin_max_connections` to overridable
configuration testing
---
proxy/InkAPITest.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/InkAPITest.cc b/proxy/InkAPITest.cc
index 8c2f8b6..ce77902 100644
--- a/proxy/InkAPITest.cc
+++ b/proxy/InkAPITest.cc
@@ -7219,7 +7219,7 @@ const char *SDK_Overridable_Configs[TS_CONFIG_LAST_ENTRY]
= {
"proxy.config.body_factory.template_base",
"proxy.config.http.cache.open_write_fail_action",
"proxy.config.http.redirection_enabled",
"proxy.config.http.number_of_redirections",
"proxy.config.http.cache.max_open_write_retries",
"proxy.config.http.redirect_use_orig_cache_key",
- "proxy.config.http.attach_server_session_to_client"};
+ "proxy.config.http.attach_server_session_to_client",
"proxy.config.http.origin_max_connections_queue"};
REGRESSION_TEST(SDK_API_OVERRIDABLE_CONFIGS)(RegressionTest *test, int /*
atype ATS_UNUSED */, int *pstatus)
{
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].