Update readme with performance stuff

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2015-12-04 15:04:53 -08:00
parent 8af8c56510
commit 7baee380ea
3 changed files with 26 additions and 4 deletions

View file

@ -47,7 +47,6 @@ type server struct {
supervisor *containerd.Supervisor
}
// TODO: implement correct shutdown
func (s *server) ServeHTTP(w http.ResponseWriter, r *http.Request) {
s.r.ServeHTTP(w, r)
}