Changes between Version 9 and Version 10 of Ticket #33716
- Timestamp:
- May 17, 2022, 9:34:03 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33716 – Description
v9 v10 15 15 }}} 16 16 17 This checks if the next middleware is a coroutine, and if not fallbacks to sync mode. However, I think this checkis redundant: if the middleware is async-capable, and we have an ASGI request, what else we need ti check?17 This checks if the next middleware is a coroutine, and if not fallbacks to sync mode. However, I think this is redundant: if the middleware is async-capable, and we have an ASGI request, what else we need ti check? 18 18 19 19 The downside of _async_check is that this common usecase is not supported: