summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'http.go')
-rw-r--r--http.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/http.go b/http.go
index 003d3b9..37127b5 100644
--- a/http.go
+++ b/http.go
@@ -29,6 +29,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
var route string
route = cleanURL(r.URL.Path)
log.HttpMode(w)
+ defer log.HttpMode(nil)
// common http args that can be set
repoName := r.URL.Query().Get("repo")