weavejester / compojure

A concise routing library for Ring/Clojure
Eclipse Public License 1.0
4.08k stars 259 forks source link

Avoid exception when coercion in context fails #184

Closed svdm closed 6 years ago

svdm commented 6 years ago

See #183

I'm not super familiar with the async case, so I hope I got that right.

weavejester commented 6 years ago

Thanks, this seems fine. Can you change the commit message to:

Avoid exception when coercion in context fails

Fixes #183.

Then I'll merge it in.

svdm commented 6 years ago

Done, thanks!