Skip to content

Commit

Permalink
Merge pull request #69 from afzalabbasi/bug/issue-68
Browse files Browse the repository at this point in the history
Fixed Log Issue
  • Loading branch information
akvlad authored Feb 15, 2024
2 parents 340dc19 + 5710741 commit 85ff781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/pyroscopereceiver/receiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ func (recv *pyroscopeReceiver) Shutdown(ctx context.Context) error {
}

func writeResponseNoContent(w http.ResponseWriter) {
writeResponse(w, "", http.StatusNoContent, nil)
writeResponse(w, "", http.StatusOK, nil)
}

func writeResponse(w http.ResponseWriter, contentType string, statusCode int, payload []byte) {
Expand Down

0 comments on commit 85ff781

Please sign in to comment.