- From: Kari Hurtta <hurtta-ietf@elmme-mailer.org>
- Date: Sat, 30 Nov 2013 09:30:51 +0000
- To: HTTPBIS working group mailing list <ietf-http-wg@w3.org>
- CC: Kari Hurtta <hurtta-ietf@elmme-mailer.org>
http://tools.ietf.org/html/draft-ietf-httpbis-http2-08
On chapter "5.1. Stream States" state "reserved (local):"
there is
| A PRIORITY frame MAY be received in this state. Receiving any
| frame other than HEADERS, RST_STREAM, or PRIORITY MUST be treated
| as a connection error (Section 5.4.1) of type PROTOCOL_ERROR.
Should this sentence be
"Receiving any frame other than RST_STREAM, or PRIORITY MUST be
treated as a connection error (Section 5.4.1) of type PROTOCOL_ERROR."
Note that on state "reserved (remote):" there is
| An endpoint MAY send a PRIORITY frame in this state to
| reprioritize the reserved stream. An endpoint MUST NOT send any
| other type of frame other than RST_STREAM or PRIORITY.
Because "reserved (remote):" state does not allow sending HEADERS frame,
then "reserved (local):" state should not receive HEADERS frame.
Or what I have missing ?
/ Kari Hurtta
Received on Monday, 2 December 2013 10:22:47 UTC