mirror of https://github.com/minio/minio.git
fb27388101
An issue was reproduced when minio-js client functional tests are setting lower case http headers, in our current master branch we specifically look for canonical host header which may be not necessarily true for all http clients. This leads to a perpetual hang on the *net.Conn*. This PR fixes regression caused by #6206 by handling the case insensitivity. |
||
---|---|---|
.. | ||
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 |