Repository: trafficserver Updated Branches: refs/heads/master 2b0700baa -> 17736704d
TS-3917: Sending only SETTINGS_INITIAL_WINDOW_SIZE in This closes #466 Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/17736704 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/17736704 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/17736704 Branch: refs/heads/master Commit: 17736704d4f677c93f6854834639b4be63dcd614 Parents: 2b0700b Author: Bryan Call <[email protected]> Authored: Thu Feb 11 19:59:28 2016 -0800 Committer: Bryan Call <[email protected]> Committed: Thu Feb 11 19:59:28 2016 -0800 ---------------------------------------------------------------------- proxy/http2/HTTP2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/17736704/proxy/http2/HTTP2.cc ---------------------------------------------------------------------- diff --git a/proxy/http2/HTTP2.cc b/proxy/http2/HTTP2.cc index 5cb9d79..2f1dffd 100644 --- a/proxy/http2/HTTP2.cc +++ b/proxy/http2/HTTP2.cc @@ -727,7 +727,7 @@ http2_decode_header_blocks(HTTPHdr *hdr, const uint8_t *buf_start, const uint8_t } // Initialize this subsystem with librecords configs (for now) -uint32_t Http2::max_concurrent_streams = 100; +uint32_t Http2::max_concurrent_streams = 4294967295; uint32_t Http2::initial_window_size = 1048576; uint32_t Http2::max_frame_size = 16384; uint32_t Http2::header_table_size = 4096;
