mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
fix: regression in counting total requests (#17024)
This commit is contained in:
@@ -58,8 +58,6 @@ var globalHandlers = []mux.MiddlewareFunc{
|
||||
setCrossDomainPolicy,
|
||||
// Limits all body and header sizes to a maximum fixed limit
|
||||
setRequestLimitHandler,
|
||||
// Network statistics
|
||||
setHTTPStatsHandler,
|
||||
// Validate all the incoming requests.
|
||||
setRequestValidityHandler,
|
||||
// set x-amz-request-id header.
|
||||
|
||||
Reference in New Issue
Block a user