Stream cancel handling #493
Unanswered
Fractal-Tess
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to know a proper way to handle file streams that are canceled by either the server or the client.
Here is an example code
I did try to wrap the ctx.response.body with a
try-catch
, but it is not catching it.Here is what I get in the console
Thank you for your time!
Beta Was this translation helpful? Give feedback.
All reactions