mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 22:16:15 +03:00
Fix Mux Connect Error (#18567)
`OpMuxConnectError` was not handled correctly. Remove local checks for single request handlers so they can run before being registered locally. Bonus: Only log IAM bootstrap on startup.
This commit is contained in:
@@ -89,7 +89,7 @@ var handlerPrefixes = [handlerLast]string{
|
||||
}
|
||||
|
||||
const (
|
||||
lockPrefix = "lock"
|
||||
lockPrefix = "lockR"
|
||||
storagePrefix = "storageR"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user