Request.is_disconnected() fails after adding Middleware #2271
Replies: 1 comment
-
sorry, duplicated , #2094 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use request.is_disconnected() to detect client disconnects:
It works well. but, after i add an middleware,
is_disconnected
always returnFalse
:is there something wrong?
Beta Was this translation helpful? Give feedback.
All reactions