File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3030,11 +3030,11 @@ Unidirectional streams use the applicable state machine directly. Bidirectional
3030
3030
streams use both state machines. For the most part, the use of these state
3031
3031
machines is the same whether the stream is unidirectional or bidirectional. The
3032
3032
conditions for opening a stream are slightly more complex for a bidirectional
3033
- stream because the opening of either send or receive causes the stream to open
3034
- in both directions.
3033
+ stream because the opening of either send or receive streams causes the stream
3034
+ to open in both directions.
3035
3035
3036
- An endpoint can open streams up to its maximum stream limit in any order,
3037
- however endpoints SHOULD open streams for each type in order.
3036
+ An endpoint can open sending streams up to its maximum stream limit in any
3037
+ order, however endpoints SHOULD open streams for each type in order.
3038
3038
3039
3039
Note :
3040
3040
You can’t perform that action at this time.
0 commit comments