mirror of
https://github.com/minio/minio
synced 2026-08-29 14:36:37 -04: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. |
||
|---|---|---|
| .. | ||
| bufconn.go | ||
| bufconn_test.go | ||
| conn_bug_21133.go | ||
| listen_nix.go | ||
| listen_others.go | ||
| listener.go | ||
| listener_test.go | ||
| server.go | ||
| server_test.go | ||
| timeoutconn.go | ||