DescriptionLand recent SPDY changes (through 70021377)
Stop using SpdySynReplyIR for SPDY 4.
This lands server change 68038935 by hkhalil.
Also update SpdyTestUtil fixture utilities to appropriately select
SpdySynReplyIR vs SpdyHeadersIR. Update tests use of fixtures as needed.
https://codereview.chromium.org/344253008/
SpdyFramerTests: Remove redundant .get() calls on unique_ptrs
This lands server change 68111049 by rjshade.
https://codereview.chromium.org/347063008/
Update net/spdy naming per style guideline with clang_tidy.
This lands server change 68244989 by assar.
https://codereview.chromium.org/355493003/
SPDY cleanup: use ParseFrameType and SerializeFrameType
Instead of SpdyFrameType enum values. Also remove NOOP frames from the
set of recognized frames. No functional change since NOOP frames
are deprecated and not seen in the wild.
This lands server change 68256336 by mlavan.
https://codereview.chromium.org/354483005/
SpdyFramer dead code removal.
This lands server change 68707873 by hkhalil.
https://codereview.chromium.org/350713006/
SpdyFramer hooks for parsing and handling PRIORITY frames.
This lands server change 68830313 by mlavan.
https://codereview.chromium.org/353443005/
Stop using SpdySynStreamIR for SPDY 4.
This lands server change 69298498 by hkhalil.
Also update SpdyTestUtil fixture utilities to appropriately select
SpdySynStreamIR vs SpdyHeadersIR. Update tests use of fixtures as needed.
https://codereview.chromium.org/357513003/
Remove "Accept SETTINGS_COMPRESS_DATA frames for HTTP2."
Per-frame gzip compression has been removed from the HTTP2 spec.
This lands server change 69385195 by mlavan.
https://codereview.chromium.org/350213004/
Implement HTTP/2 priority tree structure.
This lands server change 69391145 by mlavan.
https://codereview.chromium.org/352693003/
HPACK changes required for specification draft '08
* Update the Huffman code and test cases.
* Updated static entry 16 to "accept-encoding": "gzip, deflate".
* Update various section references in comments.
This lands server change 69769491 by jgraettinger.
https://codereview.chromium.org/352583006/
Treat HTTP2 priority weight as zero-indexed.
For compatibility with wire format.
This lands server change 69862681 by mlavan.
https://codereview.chromium.org/337613010/
Remove padding from CONTINUATION frames
They've been removed from the HTTP2 draft spec.
This lands server change 69868302 by raullenchai.
https://codereview.chromium.org/358483003/
Deprecate HTTP/2 PAD_HIGH field and enforce max padding size to 256 octets.
1. Replaced *_FLAG_PAD_LOW and *_FLAG_PAD_HIGH flags with *_FLAG_PADDED;
2. Reduce the size of pad length field from two octets to one octet (deprecated pad_high field);
3. Enforce the max padding size to be 256 octets.
This lands server change 69870499 by raullenchai.
https://codereview.chromium.org/349293010/
Update SPDY4 settings ID to 16 bits (from 8).
This lands server change 70021377 by jgraettinger.
https://codereview.chromium.org/352383002/
BUG=345769
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=280206
Patch Set 1 : Rebase. #Patch Set 2 : Rebase on 16-bit settings ID. #Patch Set 3 : Rebase on code-review-feedback updates. #
Messages
Total messages: 10 (0 generated)
|