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
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs.
If you feel like there's important points made in this discussion, please include those exceprts into that [new issue].
[new issue]: https://github.com/aio-libs/aiohttp/issues/new
Long story short
Clarify/Explain the order of execution when multiple middleware factories are registered.
Expected behaviour
Consider the following application:
The above code would produce the following output:
I think an explanation like this may improve the current documentation which is brief.
Actual behaviour
IMHO, the current explanation linked above is brief and perhaps is not clear to someone new to
aiohttp
.Steps to reproduce
NA
Your environment
NA
The text was updated successfully, but these errors were encountered: