hfour / h4bff

H4's backend & frontend framework :cupid::wrench: https://hfour.github.io/h4bff/
MIT License
7 stars 2 forks source link

Fix refactor dispatcher #80

Closed spion-h4 closed 4 years ago

spion-h4 commented 4 years ago

Refactor the dispatcher. Split the logic for responding from the logic for dispatching and make sure that responses happen only AFTER the request lifecycle dispose has completed, rather than in parallel.

Tip: take a look at the test snapshot file, it will help you a lot with the review.

spion-h4 commented 4 years ago

Close in favor of #81