We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68532c commit b0ace3dCopy full SHA for b0ace3d
exp/api/remote/remote_api.go
@@ -553,5 +553,5 @@ func (h *handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
553
http.Error(w, storeErr.Error(), writeResponse.StatusCode())
554
return
555
}
556
- w.WriteHeader(http.StatusNoContent)
+ w.WriteHeader(writeResponse.StatusCode())
557
0 commit comments