mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
Fail gateway properly with an error on port conflicts (#6303)
This commit is contained in:
committed by
kannappanr
parent
6c0d53a1c5
commit
a6b8a5487a
@@ -21,7 +21,6 @@ package http
|
||||
import "github.com/valyala/tcplisten"
|
||||
|
||||
var cfg = &tcplisten.Config{
|
||||
ReusePort: true,
|
||||
DeferAccept: true,
|
||||
FastOpen: true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user