Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
Write 200 - StatusNoContext once message is written
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgoffinet committed Aug 15, 2018
1 parent af4ea16 commit 7988a5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/qflow/qflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ func (h *Handler) HandleRequest(w http.ResponseWriter, req *http.Request) {
for _, endpoint := range h.Endpoints {
endpoint.Writer <- r
}

// 200 - StatusNoContent
w.WriteHeader(http.StatusNoContent)
}

// ListenAndServe will startup an http server and handle proxying requests
Expand Down

0 comments on commit 7988a5d

Please sign in to comment.