Does HTTP/2.0 client connection header include SETTINGS frame?

Hi,

In the latest HTTP/2.0 draft, section 3.2. says:

   The first HTTP/2.0 frame sent by the server is a SETTINGS [SETTINGS]
   frame (Section 6.5).  Upon receiving the 101 response, the client
   sends a connection header (Section 3.5), which includes a SETTINGS
   [SETTINGS] frame.

and section 3.5 says:

   The client connection header is a sequence of 24 octets, which in hex
   notation are:

   505249202a20485454502f322e300d0a0d0a534d0d0a0d0a

   (the string "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n") followed by a
   SETTINGS [SETTINGS] frame (Section 6.5).

I guess the the former means a connection header "includes" SETTING frame
but the latter means
a connection header "is followed by" a SETTINGS frame. Which one is correct?

Best regards, EungJun

Received on Sunday, 20 October 2013 14:16:55 UTC