DescriptionImplement HTTP/2 settings field trial parameters.
* Add |http2_settings| field trial parameter to HTTP/2 trial group.
* Set max header table size, max concurrent pushed streams, and max
receiving window size values in |http2_settings| in
HttpNetworkSession.
* Pass |http2_settings| from HttpNetworkSession to SpdySessionPool to
SpdySession. Remove |stream_max_recv_window_size| from this path.
* Extract max header table size, max concurrent pushed streams, and max
receiving window size values from |http2_settings| in SpdySession.
* Move max header table size and max concurrent pushed streams default
value from SpdySession to HttpNetworkSession.
* Add |http2_settings| to SpdySessionDependencies; remove
|stream_max_recv_window_size|.
BUG=622737
Committed: https://crrev.com/3171a243c6b5fbaba264a71e78dd36a6b5eb47d2
Cr-Commit-Position: refs/heads/master@{#440871}
Patch Set 1 #
Total comments: 10
Patch Set 2 : Re: #7. #
Messages
Total messages: 20 (13 generated)
|