mirror of
https://github.com/pgsty/minio.git
synced 2026-03-12 06:06:45 +01:00
Golang http.Server will call SetReadDeadline overwriting the previous deadline configuration set after a new connection Accept in the custom listener code. Therefore, --idle-timeout was not correctly respected. Make http.Server read/write timeout similar to --idle-timeout.