You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2013/07/29 21:49:49 UTC

[1/2] git commit: TS 2073 Set the defaults for request_hdr_max_size and response_hdr_max_size properly

Updated Branches:
  refs/heads/master 6bd5d88ed -> 8390de26b


TS 2073 Set the defaults for request_hdr_max_size and response_hdr_max_size properly


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8299b95c
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8299b95c
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/8299b95c

Branch: refs/heads/master
Commit: 8299b95c76d20d0e0cae8d7f2d78d406949fc6e1
Parents: 6bd5d88
Author: Leif Hedstrom <zw...@apache.org>
Authored: Fri Jul 26 10:45:56 2013 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon Jul 29 21:48:55 2013 +0200

----------------------------------------------------------------------
 proxy/http/HttpConfig.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8299b95c/proxy/http/HttpConfig.h
----------------------------------------------------------------------
diff --git a/proxy/http/HttpConfig.h b/proxy/http/HttpConfig.h
index b5f3a3c..83d8773 100644
--- a/proxy/http/HttpConfig.h
+++ b/proxy/http/HttpConfig.h
@@ -930,8 +930,8 @@ HttpConfigParams::HttpConfigParams()
     cache_when_to_add_no_cache_to_msie_requests(0),
     connect_ports_string(0),
     connect_ports(0),
-    request_hdr_max_size(0),
-    response_hdr_max_size(0),
+    request_hdr_max_size(131072),
+    response_hdr_max_size(131072),
     push_method_enabled(0),
     referer_filter_enabled(0),
     referer_format_redirect(0),


[2/2] git commit: Added TS-2073

Posted by zw...@apache.org.
Added TS-2073


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8390de26
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8390de26
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/8390de26

Branch: refs/heads/master
Commit: 8390de26bb5abf9f2a6d7a4687187108ed26e58c
Parents: 8299b95
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon Jul 29 21:49:39 2013 +0200
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon Jul 29 21:49:39 2013 +0200

----------------------------------------------------------------------
 CHANGES | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8390de26/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 4c906b2..dd8dee5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
 Changes with Apache Traffic Server 3.3.5
 
 
+  *) TS-2073 Set the defaults for request_hdr_max_size and
+   response_hdr_max_size properly.
+
   *) TS-2071 Remove proxy.config.http.session_auth_cache_keep_alive_enabled
    remnants.