mirror of
https://github.com/minio/minio.git
synced 2025-02-09 04:38:09 -05:00
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.