Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the superfluous response.WriteHeader call. https://pkg.go.dev/net/http#ResponseWriter: > If [ResponseWriter.WriteHeader] has not yet been called, Write calls > WriteHeader(http.StatusOK) before writing the data. Signed-off-by: bluebrown <rainbowstack@gmail.com>
- Loading branch information