izqui / Taylor

A lightweight library for writing HTTP web servers with Swift
MIT License
926 stars 79 forks source link

Fix issues #12 & #11 #27

Closed Danappelxx closed 8 years ago

Danappelxx commented 8 years ago

In my testing, it still returns a 404 on an incorrect path, but if the last handler is a .Continue, then it doesn't (which seems to be a good thing).

It also fixes #12 since we can just have all middleware return .Continue and still get the expected results.

Danappelxx commented 8 years ago

Closing since #28 would not be able to incorporate it.