return method not allowed error
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
		| @@ -117,7 +117,7 @@ func (h *httpServer) ServeHTTP(w http.ResponseWriter, r *http.Request) { | |||||||
| 			handler = hdlr | 			handler = hdlr | ||||||
| 			break | 			break | ||||||
| 		} else if err == rhttp.ErrMethodNotAllowed && !h.registerRPC { | 		} else if err == rhttp.ErrMethodNotAllowed && !h.registerRPC { | ||||||
| 			h.errorHandler(ctx, nil, w, r, fmt.Errorf("not matching route found"), http.StatusNotFound) | 			h.errorHandler(ctx, nil, w, r, fmt.Errorf("not matching route found"), http.StatusMethodNotAllowed) | ||||||
| 			return | 			return | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user