Commit Graph
2 Commits
Author SHA1 Message Date
Soam Vasani 828fa5f88c Fix test shutdown
Mutable mux test occasionally panics because the server is shut down
before the client goroutine.  Fix this by shutting down the client
goroutines before shutting down the server.
2016-08-29 15:30:04 -07:00
Soam Vasani ad961d4f4d Wrapper around mux to allow runtime route changes
We want to be able to update routes without restarting the http
server.  mutableRouter is a very thin wrapper around
github.com/gorilla/mux that enables safely switching to a new mux
router without pausing requests.
2016-08-26 13:50:51 -07:00