Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Set preventAbort to true on the pipeThrough as to work around an issue in Deno where an uncatchable exception is thrown if/when the client aborts the incoming request. #22

Closed
wants to merge 1 commit into from

Conversation

JakeChampion
Copy link
Collaborator

When this is set to true, errors in the source ReadableStream will no longer abort the destination WritableStream.

The underlying issue we are working around is denoland/deno#27715

…und an issue in Deno where an uncatchable exception is thrown if/when the client aborts the incoming request.

denoland/deno#27715
@JakeChampion JakeChampion force-pushed the jake/preventabort branch 2 times, most recently from f0ea6e0 to ec2a920 Compare January 20, 2025 08:52
@JakeChampion JakeChampion deleted the jake/preventabort branch January 20, 2025 13:54
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.

1 participant