Skip to content

Conversation

@jasnell
Copy link
Collaborator

@jasnell jasnell commented Nov 24, 2025

Alternative take on the CompressionStreamImpl refactor. Turns out that the system-streams adapters don't cover this type of case correctly... but this still steps in the right direction

@jasnell jasnell requested review from a team as code owners November 24, 2025 21:26
@harrishancock
Copy link
Collaborator

Turns out that the system-streams adapters don't cover this type of case correctly...

What type of case? Are you referring to the new abortWrite() call?

RingBuffer<PendingRead, 8> pendingReads;
};

// Adapter to bridge CompressionStreamImpl (which implements AsyncInputStream snf
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Adapter to bridge CompressionStreamImpl (which implements AsyncInputStream snf
// Adapter to bridge CompressionStreamImpl (which implements AsyncInputStream and

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants