Repository: trafficserver Updated Branches: refs/heads/master 8f667fb54 -> cbda239c4
Fix the default setting for proxy.config.http2.initial_window_size_in in the docs. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/cbda239c Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/cbda239c Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/cbda239c Branch: refs/heads/master Commit: cbda239c43c7b925e5aab3ed92166a71ed42f85d Parents: 8f667fb Author: Leif Hedstrom <[email protected]> Authored: Sun Apr 12 17:36:17 2015 -0500 Committer: Leif Hedstrom <[email protected]> Committed: Sun Apr 12 17:36:17 2015 -0500 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/cbda239c/doc/reference/configuration/records.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst index 0526479..ac5e546 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -2508,7 +2508,7 @@ HTTP/2 Configuration .. note:: Reloading this value affects only new HTTP/2 connections, not the ones already established. -.. ts:cv:: CONFIG proxy.config.http2.initial_window_size_in INT 65536 +.. ts:cv:: CONFIG proxy.config.http2.initial_window_size_in INT 1048576 :reloadable: The initial window size for inbound connections.
