Register notFound handler only once per root router (#6926)
registering notFound handler more than once causes gorilla mux to return error for all registered paths greater than > 8. This might be a bug in the gorilla/mux but we shouldn't be using it this way. NotFound handler should be only registered once per root router. Fixes #6915master
parent
4e6d3c093f
commit
8fcc787cba
Loading…
Reference in new issue