mirror of
https://github.com/minio/minio.git
synced 2025-11-24 19:46:16 -05:00
Adding error message on connection limit met
This commit is contained in:
@@ -61,6 +61,8 @@ func (c *connLimit) ServeHTTP(w http.ResponseWriter, req *http.Request) {
|
||||
if c.TestAndAdd(longIP) {
|
||||
defer c.Remove(longIP)
|
||||
c.handler.ServeHTTP(w, req)
|
||||
} else {
|
||||
writeErrorResponse(w, req, ConnectionLimitExceeded, req.RequestURI)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user