Re: Large Frame Proposal

> Jeff, you also keep using this word "session". Do you mean stream? or
> connection? or are you conflating HTTP/2 with classical UA sessions (sets of
> streams)?

The layering as I implement it:

Framing (encoding/decoding)
Session (stream state, shared connection state))
HTTP (frame mapping, semantics)

So by session here I mean the set of stream state (priority, flow
control, etc.) and connection state shared between streams (session
flow control, header compression).

Received on Wednesday, 9 July 2014 04:22:00 UTC