You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the `body` option is omitted, no FIN is sent immediately and the
writable side remains open, so the stream can still be written later via
`stream.setBody()` or the writer.
Per reviewer feedback, describe this state as "half-closed" rather than
"half-open": in networking "half-open" implies a failure case (one peer
crashed or vanished), whereas "half-closed" reflects the intentional
one-direction-open semantics here. Update both
`createBidirectionalStream()` and `createUnidirectionalStream()`
accordingly and explicitly note that no FIN is sent immediately.
Fixes: #63655
Signed-off-by: Eduard Fischer-Szava <fischer_eduard@yahoo.com>
0 commit comments