This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch 6.1.x in repository https://git-dual.apache.org/repos/asf/trafficserver.git
commit bac5f0b0df91b048366f08b6f39185559908bff6 Author: Bryan Call <[email protected]> AuthorDate: Thu Feb 11 21:17:58 2016 -0800 TS-3917: Sending only SETTINGS_INITIAL_WINDOW_SIZE in This closes #471 (cherry picked from commit baf2d759cd9e2c8de0e17154a7cf4c2c55ba9018) --- proxy/http2/HTTP2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/http2/HTTP2.h b/proxy/http2/HTTP2.h index 814b42e..f367785 100644 --- a/proxy/http2/HTTP2.h +++ b/proxy/http2/HTTP2.h @@ -54,7 +54,7 @@ const size_t HTTP2_SETTINGS_PARAMETER_LEN = 6; // SETTINGS initial values. NOTE: These should not be modified // unless the protocol changes! Do not change this thinking you // are changing server defaults. that is done via RecordsConfig.cc -const uint32_t HTTP2_MAX_CONCURRENT_STREAMS = 100; +const uint32_t HTTP2_MAX_CONCURRENT_STREAMS = UINT_MAX; const uint32_t HTTP2_INITIAL_WINDOW_SIZE = 65535; const uint32_t HTTP2_MAX_FRAME_SIZE = 16384; const uint32_t HTTP2_HEADER_TABLE_SIZE = 4096; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
