mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
update deps and update azure WARM tier implementation (#20247)
This commit is contained in:
@@ -22,8 +22,6 @@ import (
|
||||
"net/http/httptrace"
|
||||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"github.com/minio/minio/internal/logger"
|
||||
)
|
||||
|
||||
var globalStats = struct {
|
||||
@@ -71,8 +69,6 @@ func setupReqStatsUpdate(req *http.Request) (*http.Request, func()) {
|
||||
ConnectDone: func(network, addr string, err error) {
|
||||
if err == nil {
|
||||
atomic.StoreInt64(&dialEnd, time.Now().UnixNano())
|
||||
} else {
|
||||
logger.LogOnceIf(req.Context(), logSubsys, err, req.URL.Hostname())
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user