DescriptionAdd WriteHeaders interface to SpdySession and SpdyStream.
To support WebSocket over SPDY, SpdyStream should provide a interface to
send HEADERS control frames for SpdyWebSocketStream.
This is because WebSocket over SPDY requires to convert a WebSocket frame
into one HEADERS frame and subsequent DATA frame(s) in the spec.
See also http://goo.gl/mJCrx the spec draft 9, "Frame mapping" section.
BUG=42320
TEST=net_unittests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149808
Patch Set 1 #Patch Set 2 : support AddEvent #
Total comments: 5
Patch Set 3 : fix reviewed points #Patch Set 4 : naive headers support on new IO producer scheme #Patch Set 5 : support queueing #Patch Set 6 : rebase #Patch Set 7 : fix failed test #Patch Set 8 : cleanup #
Total comments: 2
Patch Set 9 : use union #Patch Set 10 : fix styles before editing #Patch Set 11 : add test for spdy2 #Patch Set 12 : spdy3 #
Total comments: 7
Patch Set 13 : rebase #Patch Set 14 : for commit #
Messages
Total messages: 18 (0 generated)
|