SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
714 stars 108 forks source link

WIP: Fix for plugs firing twice #143

Closed jeremyabbott closed 5 years ago

jeremyabbott commented 5 years ago

Fix for #109. See the last commit for the fix. I've included a test that demonstrates what should happen after the changes. This may not be the solution we want, but I think it helps demonstrate the issue.

Krzysztof-Cieslak commented 5 years ago

Great, thanks a lot. Looks good to me.