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
The text was updated successfully, but these errors were encountered:
mitskevich
changed the title
Asynchronous middleware that follows synchronous middleware panics during execution.
Asynchronous middleware that runs after synchronous middleware panics during execution.
May 16, 2018
Asynchronous middleware that runs after synchronous middleware panics during execution.
Example:
Running this code and opening
http://localhost:8080/index
results in the following panic:Also, an interesting point: if I append synchronous middleware first, everything works. This code is working without panic:
Using:
MacOS Sierra, rust 1.26.0, actix-web 0.6.5
The text was updated successfully, but these errors were encountered: