Merge "website: fix missing return from prev commit"

This commit is contained in:
Mathieu Lonjaret 2016-01-18 23:48:21 +00:00 committed by Gerrit Code Review
commit c6fa8ab12d
1 changed files with 1 additions and 0 deletions

View File

@ -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)
})