mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
fix typo
Signed-off-by: Xianglin Gao <xlgao@zju.edu.cn>
This commit is contained in:
parent
5e9695d553
commit
2dfe7a21a4
1 changed files with 1 additions and 1 deletions
|
|
@ -1345,7 +1345,7 @@ encodes the stream before returning it to the client.
|
|||
|
||||
Clients should use the SPDY protocols if their clients have native support, or
|
||||
WebSockets as a fallback. Note that WebSockets is susceptible to Head-of-Line
|
||||
blocking and so clients must read and process each message sequentionally. In
|
||||
blocking and so clients must read and process each message sequentially. In
|
||||
the future, an HTTP/2 implementation will be exposed that deprecates SPDY.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue