mirror of
https://github.com/minio/minio.git
synced 2025-01-23 12:43:16 -05:00
02ad9d6072
Without this PR minio server is writing an erroneous response to clients on an idle connections which ends up printing following message ``` Unsolicited response received on idle HTTP channel ``` This PR would avoid sending responses on idle connections .i.e routine network errors.