HTTP headers are case insensitive handle them appropriately (#6390)
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.master
parent
5e7ccc983d
commit
fb27388101
Loading…
Reference in new issue