DescriptionSPDY4: Turn SYN_STREAM and SYN_REPLY into HEADERS.
Someday we will rip out support for SYN_STREAM altogether,
but that will likely wait until we rip out SPDY <4.
This lands server change 56555536 by hkhalil.
Also updated SpdySession to work around removal of SYN_STREAM/SYN_REPLY:
* OnSynReply() won't be called in SPDY4 contexts. OnHeaders() must
handle initial response headers.
* As OnPushPromise() isn't handled, associated stream checks aren't
possible in SPDY4. Disable checks & related unit-tests.
Also updated compression test fixtures.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245253
Patch Set 1 #Patch Set 2 : Fixes to SpdySession & tests. #Patch Set 3 : Windows bool-cast fix. #
Messages
Total messages: 4 (0 generated)
|