diff --git a/website/chrome_bug-repro.go b/website/chrome_bug-repro.go index fdf6262fe..01d053682 100644 --- a/website/chrome_bug-repro.go +++ b/website/chrome_bug-repro.go @@ -143,6 +143,7 @@ func repro(host, userpass string) error { return } fmt.Fprintf(w, "Hello World, it is %v, and I received a %v for %v.", time.Now(), r.Method, r.URL.Path) + return } sendUnauthorized(w, r) })