bagder / http3-explained

A document describing the HTTP/3 and QUIC protocols
https://http3-explained.haxx.se/
Creative Commons Attribution 4.0 International
2.14k stars 194 forks source link

regd. number of frame types #52

Closed saravananmk closed 5 years ago

saravananmk commented 5 years ago

https://http3-explained.haxx.se/en/h3-streams.html

Original:

HTTP/3 frames

HTTP/3 means setting up QUIC streams and sending over a set of frames to the
other end. There's but a small fixed number (eight!) of known frames in HTTP/3. 

I was reading https://tools.ietf.org/html/draft-ietf-quic-http-17 It list 9 frames:

1) DATA 2) HEADERS 3) PRIORITY 4) CANCEL_PUSH 5) SETTINGS 6) PUSH_PROMISE 7) GOAWAY 8) MAX_PUSH_ID 9) DUPLICATE_PUSH

So may be you can change the "eight" into "nine"? Alternatively, you can remove "eight" altogether, just in case if they add/remove any frames in future drafts.

bagder commented 5 years ago

Fixed