Code

Don't return an HTTP error status if a handler fails.
authorSebastian Harl <sh@tokkee.org>
Wed, 26 Nov 2014 21:10:00 +0000 (22:10 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 26 Nov 2014 21:10:00 +0000 (22:10 +0100)
commita5bd496870d741fbe629826a06f3578175fec00e
treec5bc7accb517d19d78d941739290d92dfe315dbf
parent0a0d73db3469bce788b4307966a46622748b5cae
Don't return an HTTP error status if a handler fails.

This might confuse browsers and, more importantly, now we re-populate the
query input field with the user's query in case it failed.
server/server.go