mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 21:50:22 +03:00
Use new gofumpt (#21613)
Update tinylib. Should fix CI. `gofumpt -w .&&go generate ./...`
This commit is contained in:
@@ -623,7 +623,7 @@ func (m *muxClient) addResponse(r Response) (ok bool) {
|
||||
default:
|
||||
if m.stateless {
|
||||
// Drop message if not stateful.
|
||||
return
|
||||
return ok
|
||||
}
|
||||
err := errors.New("INTERNAL ERROR: Response was blocked")
|
||||
gridLogIf(m.ctx, err)
|
||||
|
||||
Reference in New Issue
Block a user