From e9f216daff2969a9bb381deb2650a60d028ccf3a Mon Sep 17 00:00:00 2001 From: William Chan Date: Fri, 7 Jun 2013 17:18:32 -0700 Subject: [PATCH] Copy the new PRIORITY frame from HTTP/2. --- draft-mbelshe-spdy-00.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/draft-mbelshe-spdy-00.xml b/draft-mbelshe-spdy-00.xml index 5b872e0..6c5adc7 100644 --- a/draft-mbelshe-spdy-00.xml +++ b/draft-mbelshe-spdy-00.xml @@ -982,6 +982,34 @@ +
+ + The PRIORITY frame (type=0x2) specifies the sender-advised priority of a stream. + It can be sent at any time for an existing stream. This enables + reprioritisation of existing streams. + +
+ + 0 1 2 3 + 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 ++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ +|X| Priority (31) | ++-+-------------------------------------------------------------+ + +
+ + The payload of a PRIORITY frame contains a single reserved bit and a + 31-bit priority. + + + The PRIORITY frame is associated with an existing stream. If + a PRIORITY frame is received with a stream identifier of 0x0, + the recipient MUST respond with a + stream error of type + PROTOCOL_ERROR. + +
+
The RST_STREAM frame (type=0x3) allows for abnormal termination of a stream. When sent by