You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't the this particular API will be implemented. We've added an option to enable/disable globally, and as per the documentation, it is possible to use aiojobs.aiohttp.atomic to effectively disable on individual handlers.
Long story short
New issue for #2098
Proposal is:
request
property,for example
As well on route level
Or even on application level
Default parameter for all ways should be
False
aiohttp/aiohttp/web_protocol.py
Line 198 in b348e0f
request.cancel_on_lost
attributeExpected behaviour
Cancellation should be controlled by end user
Actual behaviour
There is no way to disable cancellation
Steps to reproduce
#2098
The text was updated successfully, but these errors were encountered: