-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Description
- Version: all
- Platform: all
- Subsystem: stream, test
Part of #8644
Add tests for:
stream._writableState.corked
stream._writableState.bufferedRequestCountLine 376 in 774146d
| function clearBuffer(stream, state) { |
Lines 73 to 74 in 774146d
| // when true all writes will be buffered until .uncork() call | |
| this.corked = 0; |
Lines 112 to 113 in 774146d
| // count buffered requests | |
| this.bufferedRequestCount = 0; |
cc @Fishrock123 @nodejs/streams
NoahRoseLedesma
Metadata
Metadata
Assignees
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.