returning status for commit hook & rebuild handler

This commit is contained in:
Brad Rydzewski
2014-07-16 00:33:55 -07:00
parent a39be8e480
commit 25a6eb79ae
3 changed files with 4 additions and 1 deletions

View File

@@ -166,6 +166,8 @@ func (h *CommitHandler) PostCommit(w http.ResponseWriter, r *http.Request) error
Commit: c,
}
}()
w.WriteHeader(http.StatusOK)
return nil
}