Replacing of status
This commit is contained in:
		| @@ -199,8 +199,7 @@ func (h *Server) HTTPHandlerFunc(handler interface{}) (http.HandlerFunc, error) | |||||||
|  |  | ||||||
| 		cf, err := h.newCodec(ct) | 		cf, err := h.newCodec(ct) | ||||||
| 		if err != nil { | 		if err != nil { | ||||||
| 			w.WriteHeader(http.StatusBadRequest) | 			w.WriteHeader(http.StatusUnsupportedMediaType) | ||||||
| 			_, _ = w.Write([]byte(err.Error())) |  | ||||||
| 			return | 			return | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user