move to micro v4 #154
@@ -117,6 +117,7 @@ func (h *httpServer) ServeHTTP(w http.ResponseWriter, r *http.Request) {
 | 
				
			|||||||
			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.StatusNotFound)
 | 
				
			||||||
 | 
								return
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user