minio/internal/deadlineconn
Anis Eleuch b8dab7b1a9
Set http server read/write timeout from --idle-timeout (#228) (#20715)
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.
2024-12-02 18:51:17 +05:30
..
deadlineconn_test.go Harden internode DeadlineConn (#20631) 2024-11-11 09:15:17 -08:00
deadlineconn.go Set http server read/write timeout from --idle-timeout (#228) (#20715) 2024-12-02 18:51:17 +05:30