DescriptionHTTP2 draft 14 support
This master CL lands recent SPDY changes through 73573949, extending them
with Chromium-specific updates to constants and enums, protocol negotiation
tokens, and tests. This CL is intended to be commited but not reviewed, and is
the union of the following changes, which in turn are intended to be reviewed
but not commited. (Most recent on top, oldest on bottom.)
Fix bug in HTTP/2 frame size limits. This lands server change 73573949.
https://crrev.com/478903004
Update npn/alpn tokens to HTTP2-draft14.
https://crrev.com/486493003
Add kSpdyMaxControlFrameSize and kControlFrameSizeLimit constants. This lands
server change 73427537.
https://crrev.com/486873002
Add TODO. This lands server change 73426819.
https://crrev.com/479313002
Add an extra byte to the length field for HTTP/2 frame headers. This lands
server change 73424406.
https://crrev.com/479303002
Change order of tests.
https://crrev.com/483863002
Remove reference set and exchange header and static table in HPACK. This lands
server change 73299534.
https://crrev.com/480573003
Add new settings to SPDY4 for h2-14. This lands server change 72726557.
https://crrev.com/480183002
Add kHttp2VersionString. This lands server change 72173526.
https://crrev.com/485813002
HTTP2 draft 13: support unknown frame types and settings types as extensions.
This lands server change 70895882.
https://crrev.com/483843004
Allow unrecognized error codes as part of HTTP/2 extensions. This lands server
change 70873693.
https://crrev.com/475043002
BUG=400336
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291161
Patch Set 1 #Patch Set 2 : Add mock OnUnknownFrame to SpdyFramerVisitor in spdy_interface_test. #Patch Set 3 : Add kHttp2VersionString. #Patch Set 4 : Add new settings to SPDY4 for h2-14. #Patch Set 5 : Remove reference set and exchange header and static table in HPACK. #Patch Set 6 : Change order of tests. #Patch Set 7 : Add an extra byte to the length field for HTTP/2 frame headers. #Patch Set 8 : Add TODO. #Patch Set 9 : Add kSpdyMaxControlFrameSize and kControlFrameSizeLimit constants. #Patch Set 10 : Update npn/alpn tokens to HTTP2-draft14. #Patch Set 11 : Fix bug in HTTP/2 frame size limits. #Patch Set 12 : Add ignore_result(). #
Messages
Total messages: 4 (0 generated)
|