HTTP/2 的哪些部分是有状态的?
Which parts of HTTP/2 are stateful?
与原来的无状态 HTTP/1 不同,HTTP/2 有很多有状态的组件。
HTTP/2 的这些部分是有状态的:
- Header blocks refer to a stateful unsigned 31-bit integer called a stream identifier
- Frames also reference the same stateful stream identifier
- opportunistic encryption also depends on state since TLS is stateful
HTTP/2 中还有其他有状态的部分吗?
HTTP 2 向 HTTP 语料库添加了许多有状态组件。
- Streams 使用称为“流”的有状态无符号 31 位整数
标识符”。
- Header blocks 用于有状态地建立流标识符。
- Frames are stateful.
- Header compression is stateful.
- Opportunistic encryption is stateful.
以下是从以前的 HTTP 添加中携带的有状态组件,这些组件在 HTTP 2 中仍然是有状态的。
与原来的无状态 HTTP/1 不同,HTTP/2 有很多有状态的组件。
HTTP/2 的这些部分是有状态的:
- Header blocks refer to a stateful unsigned 31-bit integer called a stream identifier
- Frames also reference the same stateful stream identifier
- opportunistic encryption also depends on state since TLS is stateful
HTTP/2 中还有其他有状态的部分吗?
HTTP 2 向 HTTP 语料库添加了许多有状态组件。
- Streams 使用称为“流”的有状态无符号 31 位整数 标识符”。
- Header blocks 用于有状态地建立流标识符。
- Frames are stateful.
- Header compression is stateful.
- Opportunistic encryption is stateful.
以下是从以前的 HTTP 添加中携带的有状态组件,这些组件在 HTTP 2 中仍然是有状态的。