stretchr / goweb

A lightweight RESTful web framework for Go
632 stars 61 forks source link

example_webapp #19

Closed tylerstillwater closed 11 years ago

tylerstillwater commented 11 years ago

The catchall handler is always invoked, even if something has already been served.

This could be indicative of a deeper problem.

matryer commented 11 years ago

The MapAfter one should be always called, but the Map one should not.

On 5 Jun 2013, at 08:52, Tyler notifications@github.com wrote:

The catchall handler is always invoked, even if something has already been served.

This could be indicative of a deeper problem.

— Reply to this email directly or view it on GitHub.

matryer commented 11 years ago

Can you write a test to prove this bug?