Changes between Version 9 and Version 10 of Ticket #33716


Ignore:
Timestamp:
May 17, 2022, 9:34:03 PM (2 years ago)
Author:
abetkin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33716 – Description

    v9 v10  
    1515}}}
    1616
    17 This checks if the next middleware is a coroutine, and if not fallbacks to sync mode. However, I think this check is redundant: if the middleware is async-capable, and we have an ASGI request, what else we need ti check?
     17This 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?
    1818
    1919The downside of _async_check is that this common usecase is not supported:
Back to Top