Changes between Version 1 and Version 2 of Ticket #37177


Ignore:
Timestamp:
Jun 18, 2026, 7:50:27 AM (113 minutes ago)
Author:
Carlton Gibson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37177 – Description

    v1 v2  
    8585I'm not sure we can just flip the flag — that's what I did for the benchmark —  but maybe MiddlewareMixin could check to see if process_request/process_response were coroutine function or not before just declaring `True`? (There's probably a little more due diligence to do there too.)
    8686
    87 I want to thank Mykhailo Havelia for pointing this issue out. The conclusion to remove the async support entirely goes too far I think, but we absolutely shouldn't be transitioning contexts multiple times each way in this case.
     87I want to thank Mykhailo Havelia for pointing this issue out. We absolutely shouldn't be transitioning contexts multiple times each way in this case.
Back to Top