mirror of
https://github.com/go-micro/go-micro.git
synced 2025-08-10 21:52:01 +02:00
@@ -28,7 +28,9 @@ func (h authHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) {
|
||||
// Determine the namespace
|
||||
namespace, err := namespaceFromRequest(req)
|
||||
if err != nil {
|
||||
w.WriteHeader(http.StatusInternalServerError)
|
||||
logger.Error(err)
|
||||
// w.WriteHeader(http.StatusInternalServerError)
|
||||
namespace = auth.DefaultNamespace
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user