commit | 3ddf9ccfce12454dfa456d3ef5c92f7472966ebf | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Wed Jan 22 04:58:19 2014 +0400 |
committer | Valentin Bartenev <vbart@nginx.com> | Wed Jan 22 04:58:19 2014 +0400 |
tree | 80f04b004534ba2b879d6c49227d2f30816c72a4 | |
parent | e62156d8292eb288ad456d6ba1eb96db7ce2a6b6 [diff] |
SPDY: store the length of frame instead of its whole size. The "length" value better corresponds with the specification and reduces confusion about whether frame's header is included in "size" or not. Also this change simplifies some parts of code, since in more cases the length of frame is more useful than its actual size, especially considering that the size of frame header is constant.