mirror of https://github.com/minio/minio.git
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. |
||
---|---|---|
.. | ||
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 |