File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3363,12 +3363,13 @@ one of the packets is lost.
3363
3363
Connection flow control is a limit to the total bytes of stream data sent in
3364
3364
STREAM frames on all streams. A receiver advertises credit for a connection by
3365
3365
sending a MAX_DATA frame. A receiver maintains a cumulative sum of bytes
3366
- received on all streams, which are used to check for flow control violations. A
3367
- receiver might use a sum of bytes consumed on all contributing streams to
3368
- determine the maximum data limit to be advertised.
3366
+ received on all contributing streams (those other than stream 0), which are used
3367
+ to check for flow control violations. A receiver might use a sum of bytes
3368
+ consumed on all contributing streams to determine the maximum data limit to be
3369
+ advertised.
3369
3370
3370
3371
3371
- # ## Stream 0 Flow Control
3372
+ # # Stream 0 Flow Control
3372
3373
3373
3374
The cryptographic handshake stream, Stream 0, is exempt from the
3374
3375
connection-level data limits established by MAX_DATA. That is, data sent on
You can’t perform that action at this time.
0 commit comments